@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: #E65100;
  --color-primary-dark: #ac3c00;
  --color-primary-light: #fee4d6;
  --color-secondary: #2aa9ed;
  --color-text: #1c1c1e;
  --color-text-muted: #6c757d;
  --color-background: #fafafa;
  --color-surface: #f5f5f5;
  --color-border: #e5e7eb;
  --color-success: #22c55e;
  
  --max-width: 1320px;
  --header-height: 75px;
  --border-radius: 8px;
  --border-radius-sm: 4px;
  --border-radius-md: 12px;
  --border-radius-lg: 16px;
  --spacing-xs: 0.2397135029700745rem;
  --spacing-sm: 0.479427005940149rem;
  --spacing-md: 0.958854011880298rem;
  --spacing-lg: 1.4382810178204468rem;
  --spacing-xl: 1.917708023760596rem;
  --spacing-xxl: 3.3559890415810427rem;
}
