/* Per-client brand colors. Ship a replacement of this file in the client's
   public/ overlay to re-skin the app — no rebuild of the token layer needed.
   Every var below is optional; unset ones fall back to the defaults declared
   in src/index.css @theme.

   Contrast is not optional: --brand-primary must hit 4.5:1 against white text
   (buttons) and --brand-muted-foreground 4.5:1 against white (body copy). */
:root {
  /* --brand-primary: #2D74BA; */
  /* --brand-primary-hover: #245D96; */
  /* --brand-accent: #EFF6FF; */
  /* --brand-foreground: #0F172A; */
  /* --brand-muted: #F1F5F9; */
  /* --brand-muted-foreground: #64748B; */
  /* --brand-border: #E2E8F0; */
  /* --brand-ring: #2D74BA; */
}
