/* ── DESIGN TOKENS ── */
/* See CLAUDE.md for usage rules. Do not hardcode hex values elsewhere. */

:root {
  /* ── Surface palette ── */
  --cream:   #FAF8F4;
  --cream-2: #F3F0EA;
  --cream-3: #EAE5DA;

  /* ── Ink palette ── */
  --ink:   #1A1714;
  --ink-2: #4A4540;
  --ink-3: #8A8480;

  /* ── Status colors (demo-status--ok / --err) ── */
  --score-green: #1E6B3C;
  --score-coral: #7A2A1A;

  /* ── Shape ── */
  --radius-md: 14px;
}
