/* Customer brand identity — the two brand-carrying tokens the design system falls through to.
   Replaced as one file by the customer's own corporate CI (scripts/apply-brand.sh). */
:root {
  --brand-primary: #1E2749;
  --brand-accent: #FF6A00;
}
