/*
Theme Name: TXF Dark Theme
Theme URI: http://example.com/txf-dark-theme
Author: ChatGPT
Description: A dark, simple, bold theme inspired by Tattoos x Furr. Perfect for exotic bully breeders.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: txf-dark-theme
Tags: dark, simple, responsive, custom-background
*/

body {
    background-color: #0d0d0d;
    color: #e0e0e0;
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
}

a {
    color: #00ff66;
    text-decoration: none;
}

a:hover {
    color: #00cc55;
}

header, footer {
    background-color: #1a1a1a;
    padding: 20px;
    text-align: center;
    color: #00ff66;
}

button, .btn {
    background-color: #00ff66;
    color: #0d0d0d;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    font-weight: bold;
}

button:hover, .btn:hover {
    background-color: #00cc55;
}

.container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

h1, h2, h3, h4, h5 {
    color: #00ff66;
}
