:root {
  --bg: #08090a;
  --bg-2: #121316;
  --ink: #f5f4f1;
  --ink-dim: #c4c6c2;
  --muted: #868c92;
  --accent: #58e6a6;
  --accent-2: #3fbf91;
  --line: rgba(245, 244, 241, 0.13);
  --line-soft: rgba(245, 244, 241, 0.065);
  --shadow: rgba(0, 0, 0, 0.6);
  --star: rgba(245, 244, 241, 0.55);

  --display: "Iowan Old Style", "Palatino Linotype", Palatino, "Book Antiqua", Georgia, "Times New Roman", serif;
  --body: "Avenir Next", "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --mono: ui-monospace, "SF Mono", SFMono-Regular, Menlo, Consolas, "Liberation Mono", monospace;
}

/* Dark is the only mode: this is a fixed brand identity, not a UI that should follow system theme. */
:root[data-theme="light"] {
  --bg: #08090a;
  --bg-2: #121316;
  --ink: #f5f4f1;
  --ink-dim: #c4c6c2;
  --muted: #868c92;
  --accent: #58e6a6;
  --accent-2: #3fbf91;
  --line: rgba(245, 244, 241, 0.13);
  --line-soft: rgba(245, 244, 241, 0.065);
  --shadow: rgba(0, 0, 0, 0.6);
  --star: rgba(245, 244, 241, 0.55);
}
