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

/* Theme */
:root {
  --font-primary: 'Roboto', sans-serif;
  --font-secondary: 'Quicksand', serif;
  
  --color-primary: #FF4F00;
  --color-primary-dark: #bf3b00;
  --color-primary-light: #fee2d6;
  --color-secondary: #2ab1ed;
  --color-text: #1c1c1e;
  --color-text-muted: #718096;
  --color-background: #fafafa;
  --color-surface: #f7f7f7;
  --color-border: #dee2e6;
  --color-success: #22c55e;
  
  --max-width: 1200px;
  --header-height: 90px;
  --border-radius: 6px;
  --border-radius-sm: 3px;
  --border-radius-md: 9px;
  --border-radius-lg: 12px;
  --spacing-xs: 0.22123121730518325rem;
  --spacing-sm: 0.4424624346103665rem;
  --spacing-md: 0.884924869220733rem;
  --spacing-lg: 1.3273873038310995rem;
  --spacing-xl: 1.769849738441466rem;
  --spacing-xxl: 3.0972370422725657rem;
}
