/* ============================================================
   SPEED SOUL — OFFICIAL BRAND PALETTE (single source of truth)
   ------------------------------------------------------------
   Change colors HERE ONLY. Every page (website, admin panel)
   and every printable document (invoice, receipt, refund
   voucher) reads its charcoal/gold from these three values,
   so updating them here updates everything at once.
   ============================================================ */
:root{
  --brand-dark: #17181b;         /* Charcoal — headers, dark backgrounds */
  --brand-accent: #C9A227;       /* Gold — accents, buttons, highlights */
  --brand-accent-light: #E4C25C; /* Lighter gold — gradients, hover states */
  --brand-accent-rgb: 201,162,39; /* Gold as raw RGB, for rgba() tints/shadows */
}
