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

  --bg-top: #f3f7f4;
  --bg-bottom: #e7efe9;
  --bg-glow: rgba(34, 120, 92, 0.16);
  --surface: rgba(255, 255, 255, 0.72);
  --text: #173027;
  --muted: #5d7368;
  --border: rgba(23, 48, 39, 0.14);
  --accent: #1f7a57;
  --accent-contrast: #f5fff9;
  --accent-soft: rgba(31, 122, 87, 0.18);
  --danger: #b42318;
  --danger-soft: rgba(180, 35, 24, 0.12);
  --ok: #157347;
  --ok-soft: rgba(21, 115, 71, 0.12);
}
