/*
 * ============================================================
 * RUNTIME BRAND THEME — assets/theme.css
 * ============================================================
 * This is the ONLY file that needs to change per client
 * after the application has been published.
 *
 * Drop this file into wwwroot/assets/theme.css and hard-refresh
 * to see the new brand colours and font take effect immediately
 * — no rebuild required.
 * ============================================================
 */
:root {
    /* Primary brand colour — sidebar, toolbar, headings, links */
    --brand-primary:    #3F454C;
    --brand-primary-on: #FFFFFF;

    /* Accent colour — active nav, CTA buttons, highlights */
    --brand-accent:     #CC092F;
    --brand-accent-on:  #FFFFFF;

    /* Brand font — applied globally via styles.scss */
    --brand-font: 'Lato', sans-serif;
}