/*your custom style goes in this file*/
/*if you're overriding style blocks from genstyle.css, you only need to include the attributes you're overriding, not the whole block*/

/*your custom style goes in this file*/
/*if you're overriding style blocks from genstyle.css, you only need to include the attributes you're overriding, not the whole block*/
:root {
        --primary-blue: #2C3E50;    /* Medium Dark Blue */
        --straw-background: #FAF3DD; /* Pale Straw */
        --text-blue: #34495E;       /* Contrasting Dark Blue */
        --accent-green: #4CAF50;    /* Light Green */
        --complementary-brown: #8E735B; /* Complementary Warm Brown */
}

body {
        background-color: var(--straw-background);
}
