:root {
  --color-ivory: #fbfaf6;
  --color-stone: #ece7dc;
  --color-mist: #f5f2ec;
  --color-line: #ddd5c8;
  --color-ink: #262b28;
  --color-muted: #6e716a;
  --color-green: #173f32;
  --color-green-soft: #dfe9e0;
  --color-plum: #6f4956;
  --color-gold: #b08a45;
  --color-white: #ffffff;
  --shadow-soft: 0 20px 60px rgba(35, 45, 38, 0.12);
  --shadow-card: 0 12px 34px rgba(35, 45, 38, 0.09);
  --radius-sm: 6px;
  --radius-md: 8px;
  --radius-lg: 18px;
  --font-title: Georgia, "Times New Roman", serif;
  --font-body: Inter, "Segoe UI", Roboto, Arial, sans-serif;
  --space-1: 0.5rem;
  --space-2: 0.75rem;
  --space-3: 1rem;
  --space-4: 1.5rem;
  --space-5: 2rem;
  --space-6: 3rem;
  --space-7: 4.5rem;
  --space-8: 6rem;
  --container: 1180px;
  --header-height: 82px;
}
