/* ============================================================
   THEME: Nick's Lounge — Bonnyville, AB  (DARK)
   Palette matched to the reference home-page design: warm
   brown-maroon surfaces (not a neutral near-black), bright red
   CTAs, and one deep-crimson full-bleed band for the
   reservations / private-events call to action.
     red      #e02b2b  buttons, wordmark, active hits
     crimson  #8c1420  the deep band + footer tone
     coral    #fb6a5c  lifted red for text on dark surfaces
     brown    #2b2020  warm dark section ground
   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:   #e02b2b;   /* 1 · primary  — button fills, accents (white text, 4.6:1) */
  --brand-2: #8c1420;   /* 2 · secondary — deep crimson bands, footer, hours card   */
  --brand-3: #ff7a6d;   /* 3 · highlight — stars, badges, small hits (readable)     */
  --canvas:  #2b2020;   /* 4 · warm dark section background                         */
  --ink:     #f3e9e5;   /* 5 · text                                                 */
  --accent:  #fb6a5c;   /* 6 · red for TEXT/ICONS on dark (≥4.5:1 on every surface) */
}
