@import url('[https://fonts.googleapis.com/css2?family=](https://fonts.googleapis.com/css2?family=)Inter:wght@300;400;500;700;800&family=Merriweather:wght@400;600;700;800&display=swap');

/* Theme */
:root {
  --font-primary: 'Inter', sans-serif;
  --font-secondary: 'Merriweather', serif;
  
  --color-primary: #C4B7A6;
  --color-primary-dark: #9f8a6f;
  --color-primary-light: #eeebe6;
  --color-secondary: #2a7fed;
  --color-text: #2c3e50;
  --color-text-muted: #718096;
  --color-background: #f8f9fa;
  --color-surface: #f1f3f5;
  --color-border: #e5e7eb;
  --color-success: #22c55e;
  
  --max-width: 1280px;
  --header-height: 75px;
  --border-radius: 12px;
  --border-radius-sm: 6px;
  --border-radius-md: 18px;
  --border-radius-lg: 24px;
  --spacing-xs: 0.28204353347610867rem;
  --spacing-sm: 0.5640870669522173rem;
  --spacing-md: 1.1281741339044347rem;
  --spacing-lg: 1.692261200856652rem;
  --spacing-xl: 2.2563482678088693rem;
  --spacing-xxl: 3.384522401713304rem;
}
