@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: #6b7280;
  --color-background: #fafafa;
  --color-surface: #f1f3f5;
  --color-border: #e5e7eb;
  --color-success: #16a34a;
  
  --max-width: 1140px;
  --header-height: 75px;
  --border-radius: 10px;
  --border-radius-sm: 5px;
  --border-radius-md: 15px;
  --border-radius-lg: 20px;
  --spacing-xs: 0.21521377690820787rem;
  --spacing-sm: 0.43042755381641573rem;
  --spacing-md: 0.8608551076328315rem;
  --spacing-lg: 1.2912826614492472rem;
  --spacing-xl: 1.721710215265663rem;
  --spacing-xxl: 3.01299287671491rem;
}
