@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: #6A0DAD;
  --color-primary-dark: #4f0981;
  --color-primary-light: #edd9fc;
  --color-secondary: #7ced2a;
  --color-text: #212529;
  --color-text-muted: #64748b;
  --color-background: #ffffff;
  --color-surface: #f7f7f7;
  --color-border: #dee2e6;
  --color-success: #22c55e;
  
  --max-width: 1140px;
  --header-height: 85px;
  --border-radius: 12px;
  --border-radius-sm: 6px;
  --border-radius-md: 18px;
  --border-radius-lg: 24px;
  --spacing-xs: 0.2352971676047033rem;
  --spacing-sm: 0.4705943352094066rem;
  --spacing-md: 0.9411886704188132rem;
  --spacing-lg: 1.4117830056282197rem;
  --spacing-xl: 1.8823773408376263rem;
  --spacing-xxl: 3.294160346465846rem;
}
