:root {
  /* Colors — Botanical Greenhouse Palette from DESIGN.md */
  --color-forest-ink: #0f3e17;
  --color-forest-shadow: #0c2f10;
  --color-forest-light: #1b5626;
  --color-sage-mist: #b1dbb8;
  --color-keylime-wash: #e1f4df;
  --color-mint-veil: #cfe7d3;
  --color-slate-hush: #b6ced5;
  --color-cream-paper: #fffefc;
  --color-cream-tint: #f6f5f0;
  --color-charcoal: #222222;
  --color-charcoal-muted: #555555;
  --color-charcoal-light: #777777;
  --color-border-mist: #efeeeb;
  --color-border-dark: #d8e4da;
  --color-gold-star: #e5a93c;
  --color-whatsapp: #25D366;
  --color-whatsapp-dark: #128C7E;
  --color-yandex-red: #fc3f1d;
  --color-2gis-green: #008837;

  /* Typography — Font Families */
  --font-serif: 'Cormorant Garamond', 'Faire Octave', 'Playfair Display', Georgia, serif;
  --font-sans: 'Inter', 'Suisse Intl', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;

  /* Typography — Scale */
  --text-caption: 11px;
  --leading-caption: 1.5;
  --text-body: 15px;
  --leading-body: 1.6;
  --text-subheading: 18px;
  --leading-subheading: 1.4;
  --text-heading-sm: 22px;
  --leading-heading-sm: 1.35;
  --text-heading-md: 32px;
  --leading-heading-md: 1.25;
  --text-heading: 42px;
  --leading-heading: 1.15;
  --tracking-heading: -0.02em;
  --text-heading-lg: 56px;
  --leading-heading-lg: 1.1;
  --tracking-heading-lg: -0.03em;
  --text-display: 68px;
  --leading-display: 1.05;
  --tracking-display: -0.03em;

  /* Typography — Weights */
  --font-weight-light: 300;
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;

  /* Spacing Scale */
  --spacing-4: 4px;
  --spacing-8: 8px;
  --spacing-12: 12px;
  --spacing-16: 16px;
  --spacing-20: 20px;
  --spacing-24: 24px;
  --spacing-32: 32px;
  --spacing-40: 40px;
  --spacing-48: 48px;
  --spacing-64: 64px;
  --spacing-80: 80px;
  --spacing-96: 96px;

  /* Layout */
  --page-max-width: 1240px;
  --container-padding: 24px;
  --card-padding: 36px;
  --card-padding-sm: 24px;

  /* Border Radius */
  --radius-nav: 8px;
  --radius-cards: 14px;
  --radius-badges: 999px;
  --radius-buttons: 14px;
  --radius-pill: 9999px;

  /* Transitions */
  --transition-fast: 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  --transition-medium: 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
