@import url('[https://fonts.googleapis.com/css2?family=](https://fonts.googleapis.com/css2?family=)Inter:wght@300;400;500;700;800&family=Syne:wght@400;600;700;800&display=swap');

/* Theme */
:root {
  --font-primary: 'Inter', sans-serif;
  --font-secondary: 'Syne', serif;
  
  --color-primary: #6A0DAD;
  --color-primary-dark: #4f0981;
  --color-primary-light: #edd9fc;
  --color-secondary: #7ced2a;
  --color-text: #2c3e50;
  --color-text-muted: #64748b;
  --color-background: #f8f9fa;
  --color-surface: #f7f7f7;
  --color-border: #d1d5db;
  --color-success: #28a745;
  
  --max-width: 1280px;
  --header-height: 85px;
  --border-radius: 8px;
  --border-radius-sm: 4px;
  --border-radius-md: 12px;
  --border-radius-lg: 16px;
  --spacing-xs: 0.25892238510736976rem;
  --spacing-sm: 0.5178447702147395rem;
  --spacing-md: 1.035689540429479rem;
  --spacing-lg: 1.5535343106442185rem;
  --spacing-xl: 2.071379080858958rem;
  --spacing-xxl: 3.107068621288437rem;
}
