:root {
  --color-primary: #123d24;
  --color-primary-700: #176128;
  --color-primary-600: #2f6937;
  --color-accent: #f09e3e;
  --color-accent-600: #d98732;
  --color-amber-soft: #f6dbb5;
  --color-cream: #fff8ed;
  --color-surface: #ffffff;
  --color-surface-muted: #f4f0e7;
  --color-ink: #141612;
  --color-ink-muted: #596154;
  --color-border: #dcd4c5;

  --font-display: "Playfair Display", Georgia, "Times New Roman", serif;
  --font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  --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: 6rem;

  --radius-sm: 0.375rem;
  --radius-md: 0.5rem;
  --radius-lg: 0.75rem;
  --radius-pill: 999px;

  --shadow-soft: 0 14px 35px rgb(18 61 36 / 0.12);
  --shadow-header: 0 10px 30px rgb(18 61 36 / 0.14);

  --container: 72rem;
}
