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

/* Theme */
:root {
  --font-primary: 'Inter', sans-serif;
  --font-secondary: 'Poppins', serif;
  
  --color-primary: #0A4D68;
  --color-primary-dark: #07394e;
  --color-primary-light: #d9f1fb;
  --color-secondary: #ed622a;
  --color-text: #1a1a1a;
  --color-text-muted: #6c757d;
  --color-background: #fcfcfc;
  --color-surface: #f8f9fa;
  --color-border: #e5e7eb;
  --color-success: #22c55e;
  
  --max-width: 1140px;
  --header-height: 90px;
  --border-radius: 6px;
  --border-radius-sm: 3px;
  --border-radius-md: 9px;
  --border-radius-lg: 12px;
  --spacing-xs: 0.24352023599282102rem;
  --spacing-sm: 0.48704047198564204rem;
  --spacing-md: 0.9740809439712841rem;
  --spacing-lg: 1.4611214159569261rem;
  --spacing-xl: 1.9481618879425682rem;
  --spacing-xxl: 2.9222428319138523rem;
}
