@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: #005F73;
  --color-primary-dark: #004756;
  --color-primary-light: #d6f7fe;
  --color-secondary: #ed4c2a;
  --color-text: #2c3e50;
  --color-text-muted: #64748b;
  --color-background: #f8f9fa;
  --color-surface: #f5f5f5;
  --color-border: #e2e8f0;
  --color-success: #10b981;
  
  --max-width: 1320px;
  --header-height: 75px;
  --border-radius: 8px;
  --border-radius-sm: 4px;
  --border-radius-md: 12px;
  --border-radius-lg: 16px;
  --spacing-xs: 0.2816368148110015rem;
  --spacing-sm: 0.563273629622003rem;
  --spacing-md: 1.126547259244006rem;
  --spacing-lg: 1.689820888866009rem;
  --spacing-xl: 2.253094518488012rem;
  --spacing-xxl: 4.506189036976024rem;
}
