@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: #A8D8C8;
  --color-primary-dark: #65ba9e;
  --color-primary-light: #e2f2ed;
  --color-secondary: #ed2a6b;
  --color-text: #2c3e50;
  --color-text-muted: #6c757d;
  --color-background: #ffffff;
  --color-surface: #f1f3f5;
  --color-border: #dee2e6;
  --color-success: #10b981;
  
  --max-width: 1280px;
  --header-height: 80px;
  --border-radius: 12px;
  --border-radius-sm: 6px;
  --border-radius-md: 18px;
  --border-radius-lg: 24px;
  --spacing-xs: 0.246923753341249rem;
  --spacing-sm: 0.493847506682498rem;
  --spacing-md: 0.987695013364996rem;
  --spacing-lg: 1.481542520047494rem;
  --spacing-xl: 1.975390026729992rem;
  --spacing-xxl: 3.456932546777486rem;
}
