/* Auto-generated brand theme - DO NOT EDIT MANUALLY */
/* Updated: 2026-02-16T05:15:17.891Z */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');

:root {
    /* Active site colors */
    --wsu-brand-orange: #df6a2a;
    --wsu-brand-teal: #008c95;
    --wsu-brand-menu: #61514e;
    --wsu-brand-footer: #392f2c;

    /* Full brand palette */
    --brand-teal: #008c95;
    --brand-gold: #d19f2a;
    --brand-sage: #8e9c9c;
    --brand-cool-grey: #dad9d7;
    --brand-dark-brown: #392f2c;
    --brand-brown: #61514e;
    --brand-orange: #e16b2a;
    --brand-yellow: #fdb714;
    --brand-blue: #228cc0;
    --brand-purple: #7f4182;

    /* Typography */
    --brand-font-heading: 'Montserrat', Arial, sans-serif;
    --brand-font-body: 'Montserrat', Arial, sans-serif;
}

/* Apply brand fonts globally */
body {
    font-family: var(--brand-font-body) !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--brand-font-heading) !important;
}

/* Navigation background */
.mobile-nav,
nav.mobile-nav {
    background-color: var(--wsu-brand-menu) !important;
}

/* Footer background */
.footer,
footer,
.global-footer {
    background-color: var(--wsu-brand-footer) !important;
}
