@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: #39FF14;
  --color-primary-dark: #20ce00;
  --color-primary-light: #dcfed6;
  --color-secondary: #cf2aed;
  --color-text: #1c1c1e;
  --color-text-muted: #64748b;
  --color-background: #fafafa;
  --color-surface: #f7f7f7;
  --color-border: #e5e7eb;
  --color-success: #16a34a;
  
  --max-width: 1280px;
  --header-height: 70px;
  --border-radius: 12px;
  --border-radius-sm: 6px;
  --border-radius-md: 18px;
  --border-radius-lg: 24px;
  --spacing-xs: 0.23656544590134457rem;
  --spacing-sm: 0.47313089180268914rem;
  --spacing-md: 0.9462617836053783rem;
  --spacing-lg: 1.4193926754080675rem;
  --spacing-xl: 1.8925235672107565rem;
  --spacing-xxl: 3.785047134421513rem;
}
