:root {
  color-scheme: dark;
  --bg: #0d0f12;
  --surface: #15181d;
  --surface-2: #1b1f25;
  --surface-3: #232832;
  --text: #f1ede5;
  --muted: #aaa69d;
  --line: #343a45;
  --gold: #d6b36a;
  --magic: #79a9f4;
  --plague: #bb83dc;
  --danger: #d58686;
  --good: #77b88a;
  --fire: #e98754;
  --ice: #78b9e8;
  --lightning: #c8b45f;
  --physical: #d1c9bb;
  --font-serif: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, "Noto Serif SC", "Source Han Serif SC", "Songti SC", STSong, SimSun, serif;
  --radius: 12px;
  --page-width: 1480px;
}
