/* ============================================================
   THEME: Harvest Garden Restaurant — derived from the brand mark
   (lime-green field + red lettering). 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:   #c1272d;   /* 1 · accent   — logo red: hairlines, arches, prices, small hits (5.8:1 on white) */
  --brand-2: #3f5a1c;   /* 2 · deep     — deep green from the logo field: bands, footer, overlay menu (7.8:1 on white) */
  --brand-3: #eef5c8;   /* 3 · light    — pale lime tint: text & buttons on dark bands (6.9:1 on brand-2) */
  --canvas:  #f9f8ef;   /* 4 · cream    — light section background                */
  --ink:     #141414;   /* 5 · ink      — headings, body text, dark hero band     */
}
