@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: #C8FF00;
  --color-primary-dark: #95bf00;
  --color-primary-light: #f6fed6;
  --color-secondary: #542aed;
  --color-text: #212529;
  --color-text-muted: #6b7280;
  --color-background: #fafafa;
  --color-surface: #f5f5f5;
  --color-border: #d1d5db;
  --color-success: #22c55e;
  
  --max-width: 1280px;
  --header-height: 70px;
  --border-radius: 8px;
  --border-radius-sm: 4px;
  --border-radius-md: 12px;
  --border-radius-lg: 16px;
  --spacing-xs: 0.21884547235128532rem;
  --spacing-sm: 0.43769094470257064rem;
  --spacing-md: 0.8753818894051413rem;
  --spacing-lg: 1.3130728341077118rem;
  --spacing-xl: 1.7507637788102826rem;
  --spacing-xxl: 2.6261456682154236rem;
}
