@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: #4A90E2;
  --color-primary-dark: #1f6ac1;
  --color-primary-light: #dbe9f9;
  --color-secondary: #ed932a;
  --color-text: #1c1c1e;
  --color-text-muted: #6c757d;
  --color-background: #ffffff;
  --color-surface: #f8f9fa;
  --color-border: #dee2e6;
  --color-success: #10b981;
  
  --max-width: 1200px;
  --header-height: 85px;
  --border-radius: 6px;
  --border-radius-sm: 3px;
  --border-radius-md: 9px;
  --border-radius-lg: 12px;
  --spacing-xs: 0.2541834778638907rem;
  --spacing-sm: 0.5083669557277815rem;
  --spacing-md: 1.016733911455563rem;
  --spacing-lg: 1.5251008671833444rem;
  --spacing-xl: 2.033467822911126rem;
  --spacing-xxl: 4.066935645822252rem;
}
