@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: #0D47A1;
  --color-primary-dark: #093578;
  --color-primary-light: #d9e6fb;
  --color-secondary: #eda12a;
  --color-text: #2c3e50;
  --color-text-muted: #6c757d;
  --color-background: #ffffff;
  --color-surface: #f5f5f5;
  --color-border: #d1d5db;
  --color-success: #22c55e;
  
  --max-width: 1320px;
  --header-height: 85px;
  --border-radius: 10px;
  --border-radius-sm: 5px;
  --border-radius-md: 15px;
  --border-radius-lg: 20px;
  --spacing-xs: 0.24459375352665rem;
  --spacing-sm: 0.4891875070533rem;
  --spacing-md: 0.9783750141066rem;
  --spacing-lg: 1.4675625211599rem;
  --spacing-xl: 1.9567500282132rem;
  --spacing-xxl: 3.9135000564264rem;
}
