/* Generiert von build/generate-tokens.js aus content/design-tokens.json, nicht von Hand editieren. */
:root {
  --font-serif: 'Crimson Pro', Georgia, serif;
  --font-sans: 'Inter', system-ui, -apple-system, sans-serif;
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 20px;
  --radius-full: 999px;
  --shadow-soft: 0 1px 2px rgba(0,0,0,0.04), 0 8px 24px -8px rgba(0,0,0,0.12);
  --color-bg: #15130f;
  --color-surface: #1f1c17;
  --color-foreground: #f3efe7;
  --color-muted: #a89e8d;
  --color-accent: #d8b26a;
  --color-accent-foreground: #15130f;
  --color-border: #332f27;
  --color-primary: #f3efe7;
  --color-primary-foreground: #15130f;
}

:root[data-theme="light"] {
  --color-bg: #faf7f2;
  --color-surface: #f1ece2;
  --color-foreground: #221f1a;
  --color-muted: #6b6255;
  --color-accent: #8a6d3b;
  --color-accent-foreground: #faf7f2;
  --color-border: #e1d9c9;
  --color-primary: #221f1a;
  --color-primary-foreground: #faf7f2;
}

:root[data-theme="dark"] {
  --color-bg: #15130f;
  --color-surface: #1f1c17;
  --color-foreground: #f3efe7;
  --color-muted: #a89e8d;
  --color-accent: #d8b26a;
  --color-accent-foreground: #15130f;
  --color-border: #332f27;
  --color-primary: #f3efe7;
  --color-primary-foreground: #15130f;
}
