@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: #1a1a1a;
  --color-text-muted: #6c757d;
  --color-background: #f8f9fa;
  --color-surface: #f7f7f7;
  --color-border: #e5e7eb;
  --color-success: #22c55e;
  
  --max-width: 1280px;
  --header-height: 90px;
  --border-radius: 10px;
  --border-radius-sm: 5px;
  --border-radius-md: 15px;
  --border-radius-lg: 20px;
  --spacing-xs: 0.28698361853752125rem;
  --spacing-sm: 0.5739672370750425rem;
  --spacing-md: 1.147934474150085rem;
  --spacing-lg: 1.7219017112251276rem;
  --spacing-xl: 2.29586894830017rem;
  --spacing-xxl: 4.59173789660034rem;
}
