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

/* Theme */
:root {
  --font-primary: 'Roboto', sans-serif;
  --font-secondary: 'Raleway', serif;
  
  --color-primary: #D21034;
  --color-primary-dark: #9d0b26;
  --color-primary-light: #fcd9df;
  --color-secondary: #2aedc9;
  --color-text: #1c1c1e;
  --color-text-muted: #718096;
  --color-background: #fcfcfc;
  --color-surface: #f1f3f5;
  --color-border: #dee2e6;
  --color-success: #16a34a;
  
  --max-width: 1280px;
  --header-height: 80px;
  --border-radius: 8px;
  --border-radius-sm: 4px;
  --border-radius-md: 12px;
  --border-radius-lg: 16px;
  --spacing-xs: 0.24245775641441938rem;
  --spacing-sm: 0.48491551282883877rem;
  --spacing-md: 0.9698310256576775rem;
  --spacing-lg: 1.4547465384865164rem;
  --spacing-xl: 1.939662051315355rem;
  --spacing-xxl: 3.394408589801871rem;
}
