:root {
  color-scheme: light;
  --bg: #f4f0e8;
  --panel: #fffdf7;
  --panel-strong: #ebe6dc;
  --line: #d5d0c5;
  --line-strong: #a9a399;
  --text: #17212b;
  --mid: #52626a;
  --muted: #68757b;
  --accent: #c9a14a;
  --accent-text: #765b16;
  --accent-soft: #efe2bc;
  --location: #7ea8b5;
  --location-text: #4f737d;
  --muted-text: #52626a;
  --focus: #765b16;
  --risk: #a33b2f;
  --future: #6f5c9d;
  --sheet: #fffdf7;
  --sheet-ink: #17212b;
  --sheet-line: #c9c2b5;
  --brand-word: #000000;
  --shadow: 0 18px 42px rgba(23, 33, 43, .13);
  --font-display: "Outfit Local", "Segoe UI", sans-serif;
  --font-body: "Segoe UI", Tahoma, sans-serif;
  --font-data: Consolas, "Liberation Mono", monospace;
}

.presentation--dark {
  color-scheme: dark;
  --bg: #09090b;
  --panel: #18181b;
  --panel-strong: #202024;
  --line: #27272a;
  --line-strong: #3f3f46;
  --text: #ffffff;
  --mid: #a1a1aa;
  --muted: #71717a;
  --accent: #dc2626;
  --accent-text: #ff6b67;
  --accent-soft: rgba(220, 38, 38, .12);
  --location: #a1a1aa;
  --location-text: #a1a1aa;
  --muted-text: #a1a1aa;
  --focus: #ef4444;
  --risk: #ef4444;
  --future: #d4d4d8;
  --sheet: #18181b;
  --sheet-ink: #ffffff;
  --sheet-line: #3f3f46;
  --brand-word: #ffffff;
  --shadow: 0 18px 42px rgba(0, 0, 0, .34);
}
