/* ============================================================
   THEME: Afghan Chatkhara Restaurant (Castleridge, Calgary NE)
   Colours derived from the restaurant's own storefront sign:
   "CHATKHARA" wordmark in deep emerald green on white,
   with "Restaurant of Spicy Flavors" beneath it.
   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:   #1a6b3c;   /* 1 · primary  — buttons, links, accents  (6.54:1 on white) */
  --brand-2: #0e4527;   /* 2 · secondary — green bands, footer    (11.06:1 on white) */
  --brand-3: #c8871b;   /* 3 · highlight — stars, badges, small hits                 */
  --canvas:  #f7f4ee;   /* 4 · warm section background                               */
  --ink:     #1c1a17;   /* 5 · text                                                  */
}
