/* Ovation (default) brand theme.
   Brand-specific values live here as CSS custom properties; site.css can consume them via
   var(--brand-*) as pages are progressively themed. Per-brand style overrides also go here. */
:root {
    --brand-primary: #005FAF;
    --brand-accent: #318DE1;
    --brand-text: #231F20;
    --brand-logo-max-width: 180px;
}
