@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: #00D1B2;
  --color-primary-dark: #009c85;
  --color-primary-light: #d6fef8;
  --color-secondary: #ed2a47;
  --color-text: #2c3e50;
  --color-text-muted: #6c757d;
  --color-background: #fcfcfc;
  --color-surface: #f8f9fa;
  --color-border: #d1d5db;
  --color-success: #10b981;
  
  --max-width: 1200px;
  --header-height: 85px;
  --border-radius: 10px;
  --border-radius-sm: 5px;
  --border-radius-md: 15px;
  --border-radius-lg: 20px;
  --spacing-xs: 0.27480090210946984rem;
  --spacing-sm: 0.5496018042189397rem;
  --spacing-md: 1.0992036084378793rem;
  --spacing-lg: 1.648805412656819rem;
  --spacing-xl: 2.1984072168757587rem;
  --spacing-xxl: 4.396814433751517rem;
}
