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

/* Theme */
:root {
  --font-primary: 'Roboto', sans-serif;
  --font-secondary: 'Roboto Slab', serif;
  
  --color-primary: #C83E4D;
  --color-primary-dark: #982b37;
  --color-primary-light: #f5dfe1;
  --color-secondary: #2aedd8;
  --color-text: #1c1c1e;
  --color-text-muted: #718096;
  --color-background: #fcfcfc;
  --color-surface: #f7f7f7;
  --color-border: #d1d5db;
  --color-success: #10b981;
  
  --max-width: 1140px;
  --header-height: 75px;
  --border-radius: 8px;
  --border-radius-sm: 4px;
  --border-radius-md: 12px;
  --border-radius-lg: 16px;
  --spacing-xs: 0.21534414437120714rem;
  --spacing-sm: 0.43068828874241427rem;
  --spacing-md: 0.8613765774848285rem;
  --spacing-lg: 1.2920648662272427rem;
  --spacing-xl: 1.722753154969657rem;
  --spacing-xxl: 2.5841297324544854rem;
}
