/* ============================================================
   BRAND OVERRIDE — YATES INDUSTRIES (enterprise/parent brand)
   Load AFTER tokens.css + enterprise.css.
   Only overrides --brand-* hooks. Nothing else.
   ============================================================ */
:root {
  --brand-primary:      #2c3e50;  /* navy */
  --brand-primary-dark: #22303d;
  --brand-accent:       #b8863b;  /* gold */
  --brand-on-primary:   #ffffff;
}
