
/* ==============================
   WREDD BRANDING - GLOBAL STYLES
   ============================== */

/* Font embedding */
@font-face {
    font-family: 'Satoshi';
    src: url('/wp-content/themes/generatepress-child/assets/fonts/Satoshi_Complete/Satoshi-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('/wp-content/themes/generatepress-child/assets/fonts/Satoshi_Complete/Satoshi-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('/wp-content/themes/generatepress-child/assets/fonts/Satoshi_Complete/Satoshi-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Global Dark Mode Theme */
body {
    font-family: 'Satoshi', sans-serif !important;
    background-color: #1B1B1B; /* Primary Base */
    color: #F5F5F5; /* Soft white */
    line-height: 1.4;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Satoshi', sans-serif !important;
    color: #F5F5F5;
}

/* Buttons */
a.button,
button,
input[type="submit"] {
    background-color: #8F4043 !important; /* Primary Accent */
    color: #F5F5F5 !important;
    border-radius: 6px;
    padding: 10px 18px;
    font-weight: 600;
}

/* Form Inputs */
input,
textarea,
select {
    background-color: #2B2B2B !important; /* Secondary Dark */
    border: 1px solid #000000 !important;
    color: #F5F5F5;
    border-radius: 6px;
    padding: 10px;
}

/* Tables */
table {
    background-color: #2B2B2B;
    color: #F5F5F5;
}

th {
    background-color: #000000;
}

/* Links */
a {
    color: #8F4043;
}

a:hover {
    color: #CC666A;
}

/*
 Theme Name: GeneratePress Child (WREDD)
 Template: generatepress
 Version: 1.0
*/
