:root {
  --color-primary: #153d35;
  --color-primary-dark: #0f2d28;
  --color-background: #f4f0e7;
  --color-surface: #fffdf8;
  --color-text: #202624;
  --color-muted: #66706c;
  --color-accent: #a76f45;
  --color-soft: #d8e2dc;
  --color-border: #d9d7d0;
  --color-error: #9f2f2f;
  --color-success: #1f614f;

  --font-title: "DM Serif Display", Georgia, "Times New Roman", serif;
  --font-body: "Manrope", "Segoe UI", Roboto, Arial, sans-serif;

  --container: 1180px;
  --container-narrow: 880px;
  --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: 4.5rem;
  --space-9: 6rem;

  --step--1: clamp(0.84rem, 0.82rem + 0.1vw, 0.9rem);
  --step-0: clamp(1rem, 0.97rem + 0.14vw, 1.08rem);
  --step-1: clamp(1.18rem, 1.09rem + 0.43vw, 1.42rem);
  --step-2: clamp(1.45rem, 1.28rem + 0.8vw, 1.9rem);
  --step-3: clamp(1.95rem, 1.64rem + 1.46vw, 2.8rem);
  --step-4: clamp(2.55rem, 2.02rem + 2.55vw, 4rem);
  --step-5: clamp(3.05rem, 2.3rem + 3.65vw, 5.2rem);

  --radius-small: 6px;
  --radius-medium: 8px;
  --shadow-soft: 0 18px 50px rgba(15, 45, 40, 0.08);
  --line: 1px solid var(--color-border);
  --focus: 0 0 0 3px rgba(167, 111, 69, 0.32);
  --header-height: 76px;
  --transition: 180ms ease;
}
