/* ============================================================
   THEME: Lavish Pizza and Family Restaurant, La Ronge SK
   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.

   The accent is the red sampled straight from the Lavish logo
   (#e42424), deepened very slightly so it stays legible as
   body-adjacent text. The bands are a warm charcoal-brown that
   suits both a pizza oven and an Indian kitchen.
   ============================================================ */

:root {
  --brand:   #d81f26;   /* 1 · accent   — hairlines, arches, prices, small hits  */
  --brand-2: #331d1a;   /* 2 · deep     — warm bands, footer, overlay menu       */
  --brand-3: #ffeee6;   /* 3 · light    — text & buttons on dark bands           */
  --canvas:  #fbf7f4;   /* 4 · warm     — light section background               */
  --ink:     #141414;   /* 5 · ink      — headings, body text, dark hero band    */
}
