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

/* Theme */
:root {
  --font-primary: 'Inter', sans-serif;
  --font-secondary: 'Merriweather', serif;
  
  --color-primary: #78909C;
  --color-primary-dark: #576c77;
  --color-primary-light: #e7ebed;
  --color-secondary: #ed6b2a;
  --color-text: #212529;
  --color-text-muted: #718096;
  --color-background: #ffffff;
  --color-surface: #f8f9fa;
  --color-border: #d1d5db;
  --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.2728522533547601rem;
  --spacing-sm: 0.5457045067095202rem;
  --spacing-md: 1.0914090134190404rem;
  --spacing-lg: 1.6371135201285605rem;
  --spacing-xl: 2.182818026838081rem;
  --spacing-xxl: 3.274227040257121rem;
}
