@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: #D32F2F;
  --color-primary-dark: #9f2121;
  --color-primary-light: #f7dddd;
  --color-secondary: #2aeded;
  --color-text: #1a1a1a;
  --color-text-muted: #6b7280;
  --color-background: #f8f9fa;
  --color-surface: #f5f5f5;
  --color-border: #d1d5db;
  --color-success: #28a745;
  
  --max-width: 1140px;
  --header-height: 75px;
  --border-radius: 8px;
  --border-radius-sm: 4px;
  --border-radius-md: 12px;
  --border-radius-lg: 16px;
  --spacing-xs: 0.27203407559929194rem;
  --spacing-sm: 0.5440681511985839rem;
  --spacing-md: 1.0881363023971677rem;
  --spacing-lg: 1.6322044535957516rem;
  --spacing-xl: 2.1762726047943355rem;
  --spacing-xxl: 3.8084770583900873rem;
}
