:root{
  --bg: #0d1014;
  --surface: #171b21;
  --ink: #e9edf2;
  --muted: #93a1b0;
  --accent: #5fb3d4;
  --correct: #2f6b4f;
  --partial: #7d6119;
  --wrong: #4a2733;
  --line: #2a2f38;
  --unknown: #1d222a;
  --radius: 8px;
  --font-display: 'Iowan Old Style', Palatino, Georgia, serif;
  --font-body: system-ui, -apple-system, 'Segoe UI', sans-serif;
  --page-art-size: 480px 640px;
  --page-art-opacity: 0.09;
  --page-art: url("/minerals/art.svg");
}
