@font-face{
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/mythology/fonts/cormorant-garamond-600-latin.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
:root{
  --bg: #0b0d14;
  --surface: #141824;
  --ink: #f2ead9;
  --muted: #9a8f7d;
  --accent: #c9a227;
  --correct: #2f5c3b;
  --partial: #7d5806;
  --wrong: #5a2733;
  --line: #2e3344;
  --unknown: #1a1e2b;
  --font-display: 'Cormorant Garamond', 'Iowan Old Style', Palatino, Georgia, serif;
  --font-body: system-ui, -apple-system, 'Segoe UI', sans-serif;
  --radius: 10px;
  --page-art-size: 480px 640px;
  --page-art-opacity: 0.075;
  --page-art: url("/mythology/art.svg");
}
