@import url('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: #6ACCB2;
  --color-primary-dark: #3bad8e;
  --color-primary-light: #e0f4ef;
  --color-secondary: #ed2a5e;
  --color-text: #212529;
  --color-text-muted: #6b7280;
  --color-background: #fafafa;
  --color-surface: #f5f5f5;
  --color-border: #e5e7eb;
  --color-success: #22c55e;
  
  --max-width: 1200px;
  --header-height: 70px;
  --border-radius: 8px;
  --border-radius-sm: 4px;
  --border-radius-md: 12px;
  --border-radius-lg: 16px;
  --spacing-xs: 0.25805103849624966rem;
  --spacing-sm: 0.5161020769924993rem;
  --spacing-md: 1.0322041539849987rem;
  --spacing-lg: 1.548306230977498rem;
  --spacing-xl: 2.0644083079699973rem;
  --spacing-xxl: 4.128816615939995rem;
}
