:root {
  --color-bg: #fffbfc;
  --color-bg-alt: #f7f1f3;
  --color-bg-warm: #eef2f7;
  --color-text: #1b2740;
  --color-text-muted: #5c667a;
  --color-accent: #9b4a63;
  --color-accent-hover: #7e3a50;
  --color-accent-soft: #f5e6eb;
  --color-secondary: #6a8ba8;
  --color-secondary-soft: #e4edf4;
  --color-gold: #c9a227;
  --color-gold-soft: #f7efd6;
  --color-border: #e4d8dc;
  --color-error: #9b2c2c;
  --color-error-bg: #fdeeee;
  --color-success: #2f6b55;
  --color-success-bg: #eaf6ee;
  --color-focus: #9b4a63;
  --color-header-bg: rgba(255, 251, 252, 0.96);
  --color-footer-bg: #152238;
  --font-sans: "Source Sans 3", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --font-serif: "Cormorant Garamond", "Times New Roman", Georgia, serif;
  --font-script: "Great Vibes", "Segoe Script", cursive;
  --text-xs: 0.875rem;
  --text-sm: 1rem;
  --text-md: 1.125rem;
  --text-lg: 1.375rem;
  --text-xl: 1.75rem;
  --text-2xl: 2.35rem;
  --text-3xl: 2.9rem;
  --leading-body: 1.65;
  --leading-heading: 1.2;
  --measure: 42rem;
  --max-width: 80rem;
  --header-height: 5.75rem;
  --radius: 10px;
  --radius-sm: 7px;
  --shadow: 0 1px 2px rgba(27, 39, 64, 0.06);
  --shadow-card: 0 2px 10px rgba(27, 39, 64, 0.06);
  --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;
  --transition: 200ms ease;
}
