:root.theme-klassik {
  --bg: #F5F1E8;
  --bg-elev: #FDFAF2;
  --ink: #1B2A41;
  --ink-soft: #3A4A64;
  --ink-dim: #7A7565;
  --line: rgba(27, 42, 65, 0.18);
  --line-soft: rgba(27, 42, 65, 0.08);
  --rule: #1B2A41;
  --accent: #A8362D;
  --accent-fg: #FFFFFF;
  --accent-rgb: 168, 54, 45;

  --font-serif: 'EB Garamond', 'Cormorant Garamond', serif;
  --font-sans: 'Public Sans', system-ui, sans-serif;
  --font-mono: ui-monospace, Menlo, monospace;
}
