:root{
  --bg: #0b0b0f;
  --surface: #17171f;
  --ink: #ece9f1;
  --muted: #9a95a8;
  --accent: #dd6a45;
  --correct: #2f6b4f;
  --partial: #7d6119;
  --wrong: #43283a;
  --line: #2b2b36;
  --unknown: #1c1c25;
  --radius: 8px;
  --font-display: 'Iowan Old Style', Palatino, Georgia, serif;
  --font-body: system-ui, -apple-system, 'Segoe UI', sans-serif;
  --page-art-size: 520px 520px;
  --page-art-opacity: 0.07;
  --page-art: url("/movies/art.svg");
}
