/*
 Theme Name:   Furniture Brat Child
 Theme URI:    https://furniturebrat.com
 Description:  Luxury furniture without the showroom attitude. Brat Green accents and high-contrast UI.
 Author:       Furniture Brat Team
 Template:     yolo-sofani 
 Version:      1.0.0
*/

/* --- THE BRAT PALETTE --- */
:root {
    --brat-green: #8ACE00;
    --ink-black: #1A1A1A;
    --espresso: #2D2926;
    --gallery-white: #F7F7F7;
}

/* --- GLOBAL CUSTOMIZATIONS --- */
body {
    background-color: var(--gallery-white);
    color: var(--ink-black);
    font-family: 'Inter', sans-serif;
}

/* Sharp Edges for Buttons (The High-Fashion Look) */
button, .button, .wp-block-button__link {
    border-radius: 0px !important; 
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 1px;
}