@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: #005F73;
  --color-primary-dark: #004756;
  --color-primary-light: #d6f7fe;
  --color-secondary: #ed4c2a;
  --color-text: #1c1c1e;
  --color-text-muted: #6b7280;
  --color-background: #fcfcfc;
  --color-surface: #f5f5f5;
  --color-border: #d1d5db;
  --color-success: #16a34a;
  
  --max-width: 1140px;
  --header-height: 90px;
  --border-radius: 6px;
  --border-radius-sm: 3px;
  --border-radius-md: 9px;
  --border-radius-lg: 12px;
  --spacing-xs: 0.25172897803167876rem;
  --spacing-sm: 0.5034579560633575rem;
  --spacing-md: 1.006915912126715rem;
  --spacing-lg: 1.5103738681900727rem;
  --spacing-xl: 2.01383182425343rem;
  --spacing-xxl: 4.02766364850686rem;
}
