/* ============================================================
   THEME: Lucky Cat — Vermilion, Oxblood & Gold
   Drawn directly from the Lucky Cat logo (warm vermilion cat
   outline + LUCKY CAT wordmark, golden amber accents on the
   福 coin, whiskers, chopsticks and subtitle).
   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:   #dc3e1f;   /* 1 · primary   — vermilion red from cat outline / wordmark */
  --brand-2: #8b1e14;   /* 2 · secondary — deep oxblood for footer bands & depth     */
  --brand-3: #e8a840;   /* 3 · highlight — golden amber from coin & chopsticks       */
  --canvas:  #faf6f0;   /* 4 · warm cream section background (matches logo bg)       */
  --ink:     #201d1a;   /* 5 · text                                                  */
}
