/* VoiceOS — the original palette. A brand is this file plus a name. */
:root{
  --bg: #fbfcfe;                      /* clean near-white, faint blue undertone */
  --surface: #f2f6fb;
  --card: #ffffff;
  --ink: #0d1b33;                     /* VoiceOS navy-black text */
  --ink-soft: #5a6a85;
  --grass: #00D09E;                   /* VoiceOS mint */
  --grass-deep: #00327B;              /* VoiceOS navy */
  --grass-wash: #e4faf3;
  --grass-ink: #007A5B;              /* mint that passes AA as text — see tests/a11y.py */
  --amber: #f0a323;
  --line: #e3e9f2;
  --shadow: 0 1px 2px rgba(13,27,51,.06), 0 8px 30px rgba(13,27,51,.08);
  --max: 1140px;
}
