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

/* Theme */
:root {
  --font-primary: 'Inter', sans-serif;
  --font-secondary: 'Space Grotesk', serif;
  
  --color-primary: #556B2F;
  --color-primary-dark: #3f5023;
  --color-primary-light: #ecf2e2;
  --color-secondary: #722aed;
  --color-text: #2c3e50;
  --color-text-muted: #6c757d;
  --color-background: #ffffff;
  --color-surface: #f1f3f5;
  --color-border: #dee2e6;
  --color-success: #10b981;
  
  --max-width: 1320px;
  --header-height: 75px;
  --border-radius: 10px;
  --border-radius-sm: 5px;
  --border-radius-md: 15px;
  --border-radius-lg: 20px;
  --spacing-xs: 0.2823956954249409rem;
  --spacing-sm: 0.5647913908498818rem;
  --spacing-md: 1.1295827816997637rem;
  --spacing-lg: 1.6943741725496455rem;
  --spacing-xl: 2.2591655633995273rem;
  --spacing-xxl: 3.953539735949173rem;
}
