/* [2026-07-09] SET A — article discipline. One calm #fdfcfa surface, amber the ONLY decorative
   accent, green/orange/red reserved for feedback. Loaded AFTER the page's inline :root so it wins. */
:root{
  --bg:#fdfcfa; --card:#ffffff;
  --text:#221d18; --text-light:#4b5563; --text-muted:#6b6459;
  --primary:#c9821c; --primary-dark:#a2670f; --primary-soft:#f7edda;   /* decorative green -> amber */
  --gold:#c9821c; --gold-soft:#f7edda;
  --accent:#c9821c; --accent-soft:#f7edda; --purple:#c9821c;           /* decorative purple -> amber */
  --success:#2f8f5b; --correct:#2f8f5b; --near:#dd8a2c; --wrong:#d24a3f; /* FEEDBACK only */
  --font-display:'Playfair Display',Georgia,serif;
  --font-body:'Inter',system-ui,-apple-system,'Segoe UI',sans-serif;
}
