@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: #6B46C1;
  --color-primary-dark: #4f3193;
  --color-primary-light: #e6e0f4;
  --color-secondary: #b3ed2a;
  --color-text: #1c1c1e;
  --color-text-muted: #6b7280;
  --color-background: #fafafa;
  --color-surface: #f7f7f7;
  --color-border: #e5e7eb;
  --color-success: #10b981;
  
  --max-width: 1320px;
  --header-height: 90px;
  --border-radius: 6px;
  --border-radius-sm: 3px;
  --border-radius-md: 9px;
  --border-radius-lg: 12px;
  --spacing-xs: 0.26847781075624466rem;
  --spacing-sm: 0.5369556215124893rem;
  --spacing-md: 1.0739112430249786rem;
  --spacing-lg: 1.610866864537468rem;
  --spacing-xl: 2.1478224860499573rem;
  --spacing-xxl: 3.7586893505874253rem;
}
