/* [2026-07-09] SET B (kid) — CALM + 20% WARMTH. One #fdfcfa surface. Structure is a WARM neutral tan
   (not gray, not amber-flood); amber (--gold) stays the sparing accent; green/orange/red = feedback only.
   Pawan: "build a lil warmth back, say 20%, amber is ok." */
:root{
  --bg:#fdfcfa; --card:#ffffff;
  --text:#2a241c; --text-light:#5a5142; --text-muted:#6b6459;
  --primary:#a68f68; --primary-dark:#86663f; --primary-soft:#f7f0e2;   /* warm tan structure */
  --gold:#e6900f; --gold-soft:#fbf1dc;                                  /* sparing amber accent */
  --accent:#a68f68; --accent-soft:#f7f0e2; --purple:#a68f68;
  --success:#26a259; --correct:#26a259; --near:#f59f0a; --wrong:#e4573a; /* FEEDBACK only */
  --font-display:'Baloo 2',cursive; --font-body:'Nunito',sans-serif;
}
