/* ============================================================
   THEME: Blazing Chicken Shack — Downtown Winnipeg
   Palette derived from the restaurant's own brand mark
   (flaming-chicken logo: orange field #d95735, golden mascot,
   black wordmark banner).

   --brand is the raw logo orange deepened to #ca4d2c so white
   button text clears WCAG AA (4.56:1 on white). The raw
   #d95735 survives as the lighter accent tint derived in
   style.css.

   Re-skin the entire site by editing these five variables.
   Every shade, tint, border, and glow is derived from them
   automatically in style.css.
   DO NOT add layout, grid, flexbox, or spacing here.
   ============================================================ */

:root {
  --brand:   #ca4d2c;   /* 1 · primary  — buttons, links, accents     */
  --brand-2: #2a1c18;   /* 2 · secondary — smoke-charcoal bands, footer */
  --brand-3: #e3a544;   /* 3 · highlight — stars, badges, small hits  */
  --canvas:  #faf6f0;   /* 4 · warm section background                */
  --ink:     #201d1a;   /* 5 · text                                   */
}
