@import url('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: #005A9C;
  --color-primary-dark: #004375;
  --color-primary-light: #d6edfe;
  --color-secondary: #ed7d2a;
  --color-text: #2c3e50;
  --color-text-muted: #6b7280;
  --color-background: #fcfcfc;
  --color-surface: #f7f7f7;
  --color-border: #e5e7eb;
  --color-success: #28a745;
  
  --max-width: 1280px;
  --header-height: 85px;
  --border-radius: 10px;
  --border-radius-sm: 5px;
  --border-radius-md: 15px;
  --border-radius-lg: 20px;
  --spacing-xs: 0.2489461315870933rem;
  --spacing-sm: 0.4978922631741866rem;
  --spacing-md: 0.9957845263483732rem;
  --spacing-lg: 1.4936767895225598rem;
  --spacing-xl: 1.9915690526967464rem;
  --spacing-xxl: 3.4852458422193062rem;
}
