@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: #D9AAB7;
  --color-primary-dark: #bb677e;
  --color-primary-light: #f2e2e7;
  --color-secondary: #2aedb7;
  --color-text: #2c3e50;
  --color-text-muted: #6b7280;
  --color-background: #f8f9fa;
  --color-surface: #f1f3f5;
  --color-border: #dee2e6;
  --color-success: #16a34a;
  
  --max-width: 1140px;
  --header-height: 80px;
  --border-radius: 8px;
  --border-radius-sm: 4px;
  --border-radius-md: 12px;
  --border-radius-lg: 16px;
  --spacing-xs: 0.24382505036842533rem;
  --spacing-sm: 0.48765010073685067rem;
  --spacing-md: 0.9753002014737013rem;
  --spacing-lg: 1.462950302210552rem;
  --spacing-xl: 1.9506004029474027rem;
  --spacing-xxl: 3.4135507051579546rem;
}
