@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: #AFFF00;
  --color-primary-dark: #83bf00;
  --color-primary-light: #f2fed6;
  --color-secondary: #672aed;
  --color-text: #1c1c1e;
  --color-text-muted: #6c757d;
  --color-background: #fafafa;
  --color-surface: #f5f5f5;
  --color-border: #d1d5db;
  --color-success: #16a34a;
  
  --max-width: 1320px;
  --header-height: 70px;
  --border-radius: 10px;
  --border-radius-sm: 5px;
  --border-radius-md: 15px;
  --border-radius-lg: 20px;
  --spacing-xs: 0.2622264090878033rem;
  --spacing-sm: 0.5244528181756066rem;
  --spacing-md: 1.0489056363512133rem;
  --spacing-lg: 1.57335845452682rem;
  --spacing-xl: 2.0978112727024265rem;
  --spacing-xxl: 3.6711697272292465rem;
}
