@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: #0052FF;
  --color-primary-dark: #003dbf;
  --color-primary-light: #d6e3fe;
  --color-secondary: #edaf2a;
  --color-text: #2c3e50;
  --color-text-muted: #6b7280;
  --color-background: #f8f9fa;
  --color-surface: #f5f5f5;
  --color-border: #e5e7eb;
  --color-success: #28a745;
  
  --max-width: 1320px;
  --header-height: 70px;
  --border-radius: 12px;
  --border-radius-sm: 6px;
  --border-radius-md: 18px;
  --border-radius-lg: 24px;
  --spacing-xs: 0.24586909544069924rem;
  --spacing-sm: 0.4917381908813985rem;
  --spacing-md: 0.983476381762797rem;
  --spacing-lg: 1.4752145726441954rem;
  --spacing-xl: 1.966952763525594rem;
  --spacing-xxl: 2.950429145288391rem;
}
