/* ============================================================
   THEME: Tamarind Regina South
   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 sourced from the real Tamarind logo mark (the terracotta
   kulhad/wok icon, #c05828 raw) deepened to #a34b22 for AA contrast
   (5.85:1 on white) when used behind white button text. Secondary
   deep green is the standard complementary pairing for warm Indian
   terracotta/spice tones.
   ============================================================ */

:root {
  --brand:   #a34b22;   /* 1 · primary  — buttons, links, accents     */
  --brand-2: #1f4d3a;   /* 2 · secondary — green bands, footer        */
  --brand-3: #d9a441;   /* 3 · highlight — stars, badges, small hits  */
  --canvas:  #faf6f0;   /* 4 · warm section background                */
  --ink:     #281c14;   /* 5 · text                                   */
}
