@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: #2A52BE;
  --color-primary-dark: #1f3d8e;
  --color-primary-light: #dde4f7;
  --color-secondary: #edb92a;
  --color-text: #212529;
  --color-text-muted: #718096;
  --color-background: #fcfcfc;
  --color-surface: #f5f5f5;
  --color-border: #d1d5db;
  --color-success: #16a34a;
  
  --max-width: 1320px;
  --header-height: 90px;
  --border-radius: 12px;
  --border-radius-sm: 6px;
  --border-radius-md: 18px;
  --border-radius-lg: 24px;
  --spacing-xs: 0.25707229003236015rem;
  --spacing-sm: 0.5141445800647203rem;
  --spacing-md: 1.0282891601294406rem;
  --spacing-lg: 1.542433740194161rem;
  --spacing-xl: 2.056578320258881rem;
  --spacing-xxl: 3.5990120604530422rem;
}
