@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: #1a1a1a;
  --color-text-muted: #718096;
  --color-background: #ffffff;
  --color-surface: #f7f7f7;
  --color-border: #e5e7eb;
  --color-success: #28a745;
  
  --max-width: 1280px;
  --header-height: 80px;
  --border-radius: 12px;
  --border-radius-sm: 6px;
  --border-radius-md: 18px;
  --border-radius-lg: 24px;
  --spacing-xs: 0.24079341153762726rem;
  --spacing-sm: 0.4815868230752545rem;
  --spacing-md: 0.963173646150509rem;
  --spacing-lg: 1.4447604692257636rem;
  --spacing-xl: 1.926347292301018rem;
  --spacing-xxl: 2.8895209384515272rem;
}
