/* Design-Tokens Seelenlicht (Marken-Ebene). Natur/Murgtal: warmes Naturweiß,
   Salbei-/Waldgrün, goldenes Licht als Akzent. Self-contained — keine externen
   @import/Fonts (S-2). */
:root {
  --color-bg: #faf9f5;
  --color-fg: #2c332b;
  --color-muted: #68705f;
  --color-primary: #4a7a58;
  --color-primary-dark: #3a6146;
  --color-primary-fg: #ffffff;
  --color-surface: #f0efe6;
  --color-border: #ddd8c9;
  --color-accent: #c2a15f;
  --color-ok: #1a7f37;
  --color-err: #b42318;

  --font-sans: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --font-serif: Georgia, "Times New Roman", serif;
  --radius: 12px;
  --wrap: 64rem;
  --space: 1rem;
}
