@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: #77A0A9;
  --color-primary-dark: #537b84;
  --color-primary-light: #e6edef;
  --color-secondary: #ed4d2a;
  --color-text: #2c3e50;
  --color-text-muted: #718096;
  --color-background: #ffffff;
  --color-surface: #f1f3f5;
  --color-border: #e5e7eb;
  --color-success: #22c55e;
  
  --max-width: 1200px;
  --header-height: 90px;
  --border-radius: 8px;
  --border-radius-sm: 4px;
  --border-radius-md: 12px;
  --border-radius-lg: 16px;
  --spacing-xs: 0.21560908789777702rem;
  --spacing-sm: 0.43121817579555405rem;
  --spacing-md: 0.8624363515911081rem;
  --spacing-lg: 1.2936545273866622rem;
  --spacing-xl: 1.7248727031822162rem;
  --spacing-xxl: 2.5873090547733244rem;
}
