:root {
  color-scheme: dark;
  --c-bg: #0f0d0e;
  --c-surface: #161314;
  --c-surface-raised: #1e1a1b;
  --c-line: #2a2426;
  --c-line-strong: #3a3234;
  --c-text: #efe6d6;
  --c-text-soft: #cfc4b2;
  --c-text-muted: #a89b88;
  --c-text-faint: #6e655a;
  --c-crimson: #9e1b32;
  --c-crimson-deep: #7a1426;
  --c-crimson-bright: #e8364f;
  --c-win: #6fbf73;
  --c-loss: #e8364f;
  --c-ht-dark: #3b2a2d;
  --font-program: 'Playfair Display', Georgia, 'Times New Roman', serif;
  --font-press: 'Barlow Condensed', 'Arial Narrow', sans-serif;
  --font-ui: Inter, system-ui, -apple-system, 'Segoe UI', sans-serif;
  --content-max: 1120px;
}
