@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: #4682B4;
  --color-primary-dark: #346187;
  --color-primary-light: #e1ebf3;
  --color-secondary: #ed832a;
  --color-text: #1a1a1a;
  --color-text-muted: #6c757d;
  --color-background: #fcfcfc;
  --color-surface: #f7f7f7;
  --color-border: #dee2e6;
  --color-success: #28a745;
  
  --max-width: 1320px;
  --header-height: 80px;
  --border-radius: 6px;
  --border-radius-sm: 3px;
  --border-radius-md: 9px;
  --border-radius-lg: 12px;
  --spacing-xs: 0.23891224915033546rem;
  --spacing-sm: 0.4778244983006709rem;
  --spacing-md: 0.9556489966013418rem;
  --spacing-lg: 1.4334734949020127rem;
  --spacing-xl: 1.9112979932026837rem;
  --spacing-xxl: 3.8225959864053674rem;
}
