@import url('[https://fonts.googleapis.com/css2?family=](https://fonts.googleapis.com/css2?family=)Mulish:wght@300;400;500;700;800&family=Lora:wght@400;600;700;800&display=swap');

/* Theme */
:root {
  --font-primary: 'Mulish', sans-serif;
  --font-secondary: 'Lora', serif;
  
  --color-primary: #00FF41;
  --color-primary-dark: #00bf30;
  --color-primary-light: #d6fee0;
  --color-secondary: #ed2abc;
  --color-text: #1c1c1e;
  --color-text-muted: #6b7280;
  --color-background: #fcfcfc;
  --color-surface: #f8f9fa;
  --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.27806109697588155rem;
  --spacing-sm: 0.5561221939517631rem;
  --spacing-md: 1.1122443879035262rem;
  --spacing-lg: 1.6683665818552893rem;
  --spacing-xl: 2.2244887758070524rem;
  --spacing-xxl: 3.8928553576623415rem;
}
