:root {
  --theme-primary: #002397;
  --theme-hero-bg: linear-gradient(135deg, #002397 0%, #0041d0 100%);
  --theme-greyscale-100: #333333;
  --theme-greyscale-200: #57585C;
  --theme-greyscale-300: #919399;
  --theme-greyscale-400: #ABAAA9;
  --theme-greyscale-500: #D4D2CD;
  --theme-greyscale-600: #EDEBE6;
  --theme-greyscale-700: #F7F5F0;
  --theme-greyscale-800: #FFFCF5;
  --theme-bg-light: #F7F5F0;
  --theme-font-title: 'Poppins', system-ui, -apple-system, sans-serif;
  --theme-font-content: 'Roboto', system-ui, -apple-system, sans-serif;
  --theme-font-family: var(--theme-font-content);
  --bs-primary: #002397;
  --bs-primary-rgb: 0, 35, 151;
  --bs-link-color: #002397;
  --bs-link-hover-color: #001b73;
  --bs-body-font-family: 'Roboto', system-ui, -apple-system, sans-serif;
}
