@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: #00AEEF;
  --color-primary-dark: #0082b3;
  --color-primary-light: #d6f3fe;
  --color-secondary: #ed5f2a;
  --color-text: #1c1c1e;
  --color-text-muted: #6c757d;
  --color-background: #fcfcfc;
  --color-surface: #f1f3f5;
  --color-border: #e5e7eb;
  --color-success: #10b981;
  
  --max-width: 1320px;
  --header-height: 90px;
  --border-radius: 6px;
  --border-radius-sm: 3px;
  --border-radius-md: 9px;
  --border-radius-lg: 12px;
  --spacing-xs: 0.2235011604974064rem;
  --spacing-sm: 0.4470023209948128rem;
  --spacing-md: 0.8940046419896256rem;
  --spacing-lg: 1.3410069629844383rem;
  --spacing-xl: 1.7880092839792512rem;
  --spacing-xxl: 2.6820139259688767rem;
}
