/* ============================================================
   THEME: Sushi Panda Calgary — editorial re-skin (Template AR)
   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.

   Palette is drawn from the restaurant itself: the neon-pink
   wing wall, the black-and-white panda mark, and the blush of
   fresh salmon.
   ============================================================ */

:root {
  --brand:   #f0247e;   /* 1 · accent   — hairlines, arches, prices, small hits  */
  --brand-2: #3a2136;   /* 2 · deep     — plum bands, footer, overlay menu       */
  --brand-3: #ffe8f1;   /* 3 · light    — text & buttons on dark bands           */
  --canvas:  #fbf7f8;   /* 4 · blush    — light section background               */
  --ink:     #141414;   /* 5 · ink      — headings, body text, dark hero band    */
}
