/* ==========================================================================
   mod-2 — per-site brand override (cer)

   Loaded after template.css on SITE_KEY === 'cer' only. Redefines the primary
   brand tokens; the fixed accent (--md-orange) and all structural styles stay
   inherited from the base sheet.
   ========================================================================== */
:root {
    --md-primary: #0ea5e9;
    --md-primary-hover: #0284c7;
    --md-primary-dark: #0369a1;
    --md-primary-rgb: 14, 165, 233;

    --md-ink: #10233f;
    --md-ink-soft: #274060;
}
