@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: #5DA9E9;
  --color-primary-dark: #1d82d7;
  --color-primary-light: #dbebfa;
  --color-secondary: #ed832a;
  --color-text: #212529;
  --color-text-muted: #6c757d;
  --color-background: #fcfcfc;
  --color-surface: #f7f7f7;
  --color-border: #d1d5db;
  --color-success: #16a34a;
  
  --max-width: 1200px;
  --header-height: 90px;
  --border-radius: 6px;
  --border-radius-sm: 3px;
  --border-radius-md: 9px;
  --border-radius-lg: 12px;
  --spacing-xs: 0.23141743739510218rem;
  --spacing-sm: 0.46283487479020435rem;
  --spacing-md: 0.9256697495804087rem;
  --spacing-lg: 1.3885046243706132rem;
  --spacing-xl: 1.8513394991608174rem;
  --spacing-xxl: 3.702678998321635rem;
}
