/* ============================================================
   THEME: Calzone Express (Pizza & Calzones) — Calgary
   Palette sampled directly from the restaurant's circular badge
   logo (assets/logo/logo.webp), by region:
     · red wordmark "CALZONE EXPRESS"  #d9342c -> --brand
     · black outer ring               #010101 -> --brand-2 / --ink
     · orange inner ring              #ef8a26 -> --brand-3
     · calzone/cheese gold            #f2b851 -> tints of --brand-3
   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:   #d42e26;   /* 1 · primary  — buttons, links, accents
                              logo wordmark red is #d9342c; darkened ~2% so it
                              also clears WCAG AA on --canvas (4.98:1 white / 4.64:1 canvas) */
  --brand-2: #221c1a;   /* 2 · secondary — dark bands, footer      (warm reading of the black ring) */
  --brand-3: #ef8a26;   /* 3 · highlight — stars, badges, small hits */
  --canvas:  #fbf6f1;   /* 4 · warm section background             */
  --ink:     #211b18;   /* 5 · text                                */
}
