:root {
  --color-bg: #fcfaf6;
  --color-surface: #fffdf9;
  --color-surface-muted: #f2ede5;
  --color-text: #292622;
  --color-text-muted: #676056;
  --color-border: #ddd5c9;
  --color-border-strong: #c7bcae;
  --color-primary: #2f2c2b;
  --color-primary-hover: #181614;
  --color-dark: #2d2c31;
  --color-dark-soft: #3b3940;
  --color-accent: #e9e1d4;
  --color-cta-soft: #b8c6d6;
  --color-cta-soft-hover: #aab9ca;
  --color-cta-ink: #2f3c4c;
  --color-focus: #9d8b71;
  --color-overlay: rgba(24, 22, 20, 0.42);
  --shadow-soft: 0 24px 60px rgba(44, 36, 28, 0.08);
  --shadow-drawer: 0 28px 80px rgba(26, 23, 19, 0.16);
  --font-family-base: "Avenir Next", Avenir, "Helvetica Neue", Helvetica, sans-serif;
  --font-family-serif: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  --font-size-body: 1rem;
  --font-size-button: 1rem;
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.5rem;
  --space-6: 2rem;
  --space-7: 3rem;
  --space-8: 4rem;
  --space-9: 5rem;
  --radius-sm: 10px;
  --radius-md: 18px;
  --radius-lg: 28px;
  --transition-fast: 160ms ease;
  --transition-base: 260ms ease;
}
