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

/* Theme */
:root {
  --font-primary: 'Lato', sans-serif;
  --font-secondary: 'Playfair Display', serif;
  
  --color-primary: #E4007C;
  --color-primary-dark: #ab005d;
  --color-primary-light: #fed6ec;
  --color-secondary: #2aed83;
  --color-text: #1c1c1e;
  --color-text-muted: #6b7280;
  --color-background: #fcfcfc;
  --color-surface: #f7f7f7;
  --color-border: #dee2e6;
  --color-success: #22c55e;
  
  --max-width: 1320px;
  --header-height: 80px;
  --border-radius: 8px;
  --border-radius-sm: 4px;
  --border-radius-md: 12px;
  --border-radius-lg: 16px;
  --spacing-xs: 0.22012311638316837rem;
  --spacing-sm: 0.44024623276633673rem;
  --spacing-md: 0.8804924655326735rem;
  --spacing-lg: 1.3207386982990101rem;
  --spacing-xl: 1.760984931065347rem;
  --spacing-xxl: 2.6414773965980203rem;
}
