:root {
  --color-bg: #f4f1ea;
  --color-surface: #fffdf8;
  --color-text: #202b25;
  --color-text-muted: #59635d;
  --color-border: #d6d9cf;
  --color-primary: #173e2a;
  --color-accent: #b52a24;
  --font-sans: system-ui, "Segoe UI", Arial, sans-serif;
  --space-2: 8px;
  --space-4: 16px;
  --space-6: 24px;
  --space-8: 32px;
  --radius-sm: 6px;
  --radius-md: 12px;
}
