/* ============================================================
   THEME: Monty's Pizza — Lewis Estates, Edmonton, AB  (DARK THEME)
   Palette taken from the restaurant's own brand mark: the black
   oval logo with the white script "Monty's" wordmark, and the
   Lewis Estates storefront sign — red neon "MONTY'S PIZZA ·
   PASTA · GRILL" on a black facade with a red entry door.
   Hue analysis of the sign band is ~100% red (hue 354deg), so
   red is the primary and black is the secondary. The dark theme
   mirrors the black-and-red storefront.
     red      #c1121f  (neon sign, lifted for screen)  -> button fills
     sign red #a2222c  (measured average of the sign)   -> deep fills
     black    #171314  (logo oval / facade)            -> dark bands
     rose     #f5787f  (red lifted for TEXT on dark)   -> >=4.5:1
   Contrast: white text on --brand = 6.22:1; --accent on the dark
   surfaces = 6.18-7.11:1. Both clear WCAG AA.
   Re-skin the entire site by editing these six 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:   #c1121f;   /* 1 · primary  — button fills, accents (white text on it) */
  --brand-2: #3a0f13;   /* 2 · secondary — deep red-black bands, footer, hours card */
  --brand-3: #f4838c;   /* 3 · highlight — stars, badges, small hits (readable)  */
  --canvas:  #171314;   /* 4 · warm dark section background                     */
  --ink:     #f4efea;   /* 5 · text                                             */
  --accent:  #f5787f;   /* 6 · red for TEXT/ICONS on dark (>=4.5:1 contrast)    */
}
