@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: #B71C1C;
  --color-primary-dark: #891414;
  --color-primary-light: #f9dbdb;
  --color-secondary: #2aeded;
  --color-text: #2c3e50;
  --color-text-muted: #6c757d;
  --color-background: #fafafa;
  --color-surface: #f1f3f5;
  --color-border: #e5e7eb;
  --color-success: #10b981;
  
  --max-width: 1140px;
  --header-height: 85px;
  --border-radius: 10px;
  --border-radius-sm: 5px;
  --border-radius-md: 15px;
  --border-radius-lg: 20px;
  --spacing-xs: 0.27014431104961323rem;
  --spacing-sm: 0.5402886220992265rem;
  --spacing-md: 1.080577244198453rem;
  --spacing-lg: 1.6208658662976794rem;
  --spacing-xl: 2.161154488396906rem;
  --spacing-xxl: 3.782020354694585rem;
}
