[data-theme='dark'] {
  --font-display: 'Fraunces', 'Iowan Old Style', 'Palatino Linotype', Palatino, serif;
  --font-body: 'Source Sans 3', 'Segoe UI', Tahoma, sans-serif;

  --bg-top: #0f1714;
  --bg-bottom: #15211c;
  --bg-glow: rgba(72, 184, 140, 0.14);
  --surface: rgba(24, 36, 31, 0.85);
  --text: #e7f2eb;
  --muted: #9bb0a5;
  --border: rgba(231, 242, 235, 0.12);
  --accent: #4ec89a;
  --accent-contrast: #062015;
  --accent-soft: rgba(78, 200, 154, 0.2);
  --danger: #ff8d80;
  --danger-soft: rgba(255, 141, 128, 0.14);
  --ok: #6ddea3;
  --ok-soft: rgba(109, 222, 163, 0.14);
}
