@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: #FF5E00;
  --color-primary-dark: #bf4600;
  --color-primary-light: #fee5d6;
  --color-secondary: #2aa5ed;
  --color-text: #2c3e50;
  --color-text-muted: #64748b;
  --color-background: #fafafa;
  --color-surface: #f8f9fa;
  --color-border: #e2e8f0;
  --color-success: #28a745;
  
  --max-width: 1140px;
  --header-height: 75px;
  --border-radius: 6px;
  --border-radius-sm: 3px;
  --border-radius-md: 9px;
  --border-radius-lg: 12px;
  --spacing-xs: 0.2318171953559565rem;
  --spacing-sm: 0.463634390711913rem;
  --spacing-md: 0.927268781423826rem;
  --spacing-lg: 1.390903172135739rem;
  --spacing-xl: 1.854537562847652rem;
  --spacing-xxl: 3.245440734983391rem;
}
