@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: #0A2B4C;
  --color-primary-dark: #072038;
  --color-primary-light: #daeafa;
  --color-secondary: #ed8c2a;
  --color-text: #1c1c1e;
  --color-text-muted: #718096;
  --color-background: #fafafa;
  --color-surface: #f8f9fa;
  --color-border: #e2e8f0;
  --color-success: #22c55e;
  
  --max-width: 1320px;
  --header-height: 70px;
  --border-radius: 10px;
  --border-radius-sm: 5px;
  --border-radius-md: 15px;
  --border-radius-lg: 20px;
  --spacing-xs: 0.2648447822360859rem;
  --spacing-sm: 0.5296895644721717rem;
  --spacing-md: 1.0593791289443435rem;
  --spacing-lg: 1.5890686934165152rem;
  --spacing-xl: 2.118758257888687rem;
  --spacing-xxl: 3.7078269513052025rem;
}
