@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: #FF4500;
  --color-primary-dark: #bf3300;
  --color-primary-light: #fee1d6;
  --color-secondary: #2ab9ed;
  --color-text: #2c3e50;
  --color-text-muted: #6b7280;
  --color-background: #fcfcfc;
  --color-surface: #f7f7f7;
  --color-border: #dee2e6;
  --color-success: #22c55e;
  
  --max-width: 1140px;
  --header-height: 70px;
  --border-radius: 10px;
  --border-radius-sm: 5px;
  --border-radius-md: 15px;
  --border-radius-lg: 20px;
  --spacing-xs: 0.273546706742986rem;
  --spacing-sm: 0.547093413485972rem;
  --spacing-md: 1.094186826971944rem;
  --spacing-lg: 1.6412802404579159rem;
  --spacing-xl: 2.188373653943888rem;
  --spacing-xxl: 3.2825604809158317rem;
}
