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

/* Theme */
:root {
  --font-primary: 'Roboto', sans-serif;
  --font-secondary: 'Quicksand', serif;
  
  --color-primary: #E6C2C4;
  --color-primary-dark: #c7767b;
  --color-primary-light: #f3e2e3;
  --color-secondary: #2aede2;
  --color-text: #2c3e50;
  --color-text-muted: #6c757d;
  --color-background: #ffffff;
  --color-surface: #f5f5f5;
  --color-border: #e5e7eb;
  --color-success: #10b981;
  
  --max-width: 1320px;
  --header-height: 75px;
  --border-radius: 6px;
  --border-radius-sm: 3px;
  --border-radius-md: 9px;
  --border-radius-lg: 12px;
  --spacing-xs: 0.26528011794059914rem;
  --spacing-sm: 0.5305602358811983rem;
  --spacing-md: 1.0611204717623965rem;
  --spacing-lg: 1.5916807076435948rem;
  --spacing-xl: 2.122240943524793rem;
  --spacing-xxl: 4.244481887049586rem;
}
