:root {
  --pine-950: #10271f;
  --pine-900: #183329;
  --pine-800: #244a3a;
  --pine-700: #315e49;
  --sage-600: #668673;
  --sage-400: #9cb4a3;
  --sage-200: #dce7de;
  --sage-100: #edf3ed;
  --cream-200: #eee6d8;
  --cream-100: #f8f4ec;
  --paper: #fffdf8;
  --clay-600: #a8523d;
  --clay-500: #c87355;
  --clay-100: #f5e5de;
  --ink: #26352d;
  --muted: #607067;
  --line: #d9e1da;
  --white: #ffffff;

  --color-brand: var(--pine-800);
  --color-brand-strong: var(--pine-900);
  --color-accent: var(--clay-500);
  --color-accent-strong: var(--clay-600);
  --color-text: var(--ink);
  --color-muted: var(--muted);
  --color-page: var(--paper);
  --color-subtle: var(--cream-100);
  --color-card: var(--white);
  --color-border: var(--line);
  --color-focus: var(--clay-500);

  --font-sans: Inter, ui-sans-serif, system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-display: Georgia, 'Times New Roman', serif;
  --text-xs: 0.78rem;
  --text-sm: 0.9rem;
  --text-base: 1rem;
  --text-lg: 1.125rem;
  --text-xl: 1.35rem;
  --text-2xl: 1.8rem;
  --text-3xl: 2.5rem;
  --text-4xl: 4.5rem;

  --space-3xs: 0.25rem;
  --space-2xs: 0.5rem;
  --space-xs: 0.75rem;
  --space-sm: 1rem;
  --space-md: 1.5rem;
  --space-lg: 2rem;
  --space-xl: 3rem;
  --space-2xl: 4.5rem;
  --space-3xl: 7rem;

  --radius-sm: 0.5rem;
  --radius-md: 0.9rem;
  --radius-lg: 1.5rem;
  --radius-xl: 2.25rem;
  --radius-pill: 999px;
  --shadow-sm: 0 4px 18px rgb(16 39 31 / 0.07);
  --shadow-md: 0 16px 40px rgb(16 39 31 / 0.11);
  --shadow-lg: 0 28px 70px rgb(16 39 31 / 0.16);
  --container: 74rem;
  --header-height: 4.75rem;
  --gutter: clamp(1rem, 4vw, 2rem);
  --ease: cubic-bezier(0.2, 0.75, 0.25, 1);
  --fast: 160ms;
  --base: 280ms;
  --slow: 600ms;
}
