:root, .theme-dark, .theme-light, .theme-minimal, .theme-warm, .theme-editorial, .theme-airy {
  --bg: #17181a;
  --bg-rgb: 23, 24, 26;
  --bg-card: #26272a;
  --bg-input: #2f3033;
  --bg-hover: #3d3e42;
  --border: #3d3e42;
  --line-soft: rgba(235, 230, 220, 0.08);
  --line-strong: rgba(235, 230, 220, 0.15);
  --text: #ebe6dc;
  --text-muted: #b8b5ad;
  --accent: #263e0f;
  --accent-hover: #3f6719;
  --accent-wash: rgba(38, 62, 15, 0.10);
  --font: 'Iowan Old Style', Georgia, 'Times New Roman', serif;
}
