/* ============================================================
   THEME: Snowy Village Pacific Ave (Template TF)
   Palette derived from the Snowy Village brand mark
   (lime-green roundel with taiyaki fish, snowflakes and
   bingsoo cup) and the brand's live site header.
   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:   #63741f;   /* 1 · primary  — buttons, links, accents  (5.19:1 on white) */
  --brand-2: #2f4a1c;   /* 2 · secondary — green bands, footer     (9.92:1 on white) */
  --brand-3: #b3ce38;   /* 3 · highlight — brand lime: stars, badges, small hits     */
  --canvas:  #f7f8ee;   /* 4 · warm section background                               */
  --ink:     #1c2118;   /* 5 · text                                                  */
}
