@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: #E6B4B8;
  --color-primary-dark: #cc676f;
  --color-primary-light: #f4e0e2;
  --color-secondary: #2aedde;
  --color-text: #2c3e50;
  --color-text-muted: #6b7280;
  --color-background: #f8f9fa;
  --color-surface: #f5f5f5;
  --color-border: #dee2e6;
  --color-success: #22c55e;
  
  --max-width: 1280px;
  --header-height: 85px;
  --border-radius: 12px;
  --border-radius-sm: 6px;
  --border-radius-md: 18px;
  --border-radius-lg: 24px;
  --spacing-xs: 0.2638306467025969rem;
  --spacing-sm: 0.5276612934051939rem;
  --spacing-md: 1.0553225868103877rem;
  --spacing-lg: 1.5829838802155816rem;
  --spacing-xl: 2.1106451736207754rem;
  --spacing-xxl: 3.165967760431163rem;
}
