/* ============================================================
   THEME: Szechuan Kitchen — Broadway Ave, Saskatoon
   Palette taken from the restaurant's own brand mark (white
   script on a red panel, #ED1D26) and its red-and-gold dining
   room. The primary is deepened from the raw logo red so white
   button text clears WCAG AA (5.15:1 instead of 4.37:1).
   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:   #d91520;   /* 1 · primary  — buttons, links, accents     */
  --brand-2: #6b1216;   /* 2 · secondary — deep lacquer bands, footer */
  --brand-3: #e8a33d;   /* 3 · highlight — stars, badges, small hits  */
  --canvas:  #faf6f0;   /* 4 · warm section background                */
  --ink:     #201d1a;   /* 5 · text                                   */
}
