/* ============================================================
   THEME: Fresh Table (Template TF)
   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.
   ============================================================ */

/* Palette sampled from assets/logo/logo.webp (Indian tricolour wordmark):
   red 81.7% · saffron 9.3% · green 8.9% of all saturated pixels.
   Values are contrast-guarded — --brand and --brand-2 both carry white
   text, so both clear WCAG AA (4.5:1). */

:root {
  --brand:   #da3839;   /* 1 · primary  — buttons, links, accents     */
  --brand-2: #06522c;   /* 2 · secondary — green bands, footer        */
  --brand-3: #fca247;   /* 3 · highlight — stars, badges, small hits  */
  --canvas:  #faf6f0;   /* 4 · warm section background                */
  --ink:     #201d1a;   /* 5 · text                                   */
}
