/* ============================================================
   THEME: Al Taj - Shawarma and Grill (Winnipeg)
   Palette derived from the restaurant's own logo mark
   (deep red crown wordmark + cream crown variant).
   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:   #97282c;   /* 1 · primary  — buttons, links, accents  (7.91:1 on white) */
  --brand-2: #5e181b;   /* 2 · secondary — deep burgundy bands, footer (12.94:1)     */
  --brand-3: #b8862b;   /* 3 · highlight — stars, badges, small hits                 */
  --canvas:  #f8f1e6;   /* 4 · warm cream section background (from crown cream)      */
  --ink:     #241b19;   /* 5 · text                                                  */
}
