@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: #E91E63;
  --color-primary-dark: #b31148;
  --color-primary-light: #fbd9e5;
  --color-secondary: #2aedab;
  --color-text: #212529;
  --color-text-muted: #718096;
  --color-background: #ffffff;
  --color-surface: #f1f3f5;
  --color-border: #e5e7eb;
  --color-success: #28a745;
  
  --max-width: 1280px;
  --header-height: 70px;
  --border-radius: 10px;
  --border-radius-sm: 5px;
  --border-radius-md: 15px;
  --border-radius-lg: 20px;
  --spacing-xs: 0.2460095172176591rem;
  --spacing-sm: 0.4920190344353182rem;
  --spacing-md: 0.9840380688706364rem;
  --spacing-lg: 1.4760571033059546rem;
  --spacing-xl: 1.9680761377412728rem;
  --spacing-xxl: 3.4441332410472274rem;
}
