:root {
  --color-background: #f8f4ec;
  --color-background-alt: #efe6d8;
  --color-surface: #fffdf8;
  --color-surface-strong: #f8efe0;
  --color-text: #152532;
  --color-text-muted: #4a5f70;
  --color-border: #d9ccba;
  --color-accent: #cc4e24;
  --color-accent-hover: #a73f1e;
  --color-accent-soft: #f6d8cc;
  --color-link: #0f5e70;
  --color-link-hover: #0a4554;
  --shadow-sm: 0 10px 25px rgba(21, 37, 50, 0.07);
  --shadow-md: 0 18px 45px rgba(21, 37, 50, 0.12);
  --radius-sm: 10px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.25rem;
  --space-6: 1.5rem;
  --space-8: 2rem;
  --space-10: 2.5rem;
  --space-12: 3rem;
  --space-16: 4rem;
  --space-20: 5rem;
  --space-24: 6rem;
  --font-display: "Sora", "Avenir Next", "Segoe UI", sans-serif;
  --font-body: "Source Sans 3", "Helvetica Neue", "Arial", sans-serif;
  --text-sm: 0.94rem;
  --text-base: 1.08rem;
  --text-lg: 1.2rem;
  --text-xl: clamp(1.35rem, 2vw, 1.65rem);
  --text-2xl: clamp(1.8rem, 3vw, 2.4rem);
  --text-hero: clamp(1.9rem, 4.7vw, 4.1rem);
  --content-max: 1220px;
  --reading-max: 70ch;
}
