.primary-blue {
  color: #035ba9;
}

.light-blue {
  color: #d4effd;
}

.extra-light-blue {
  color: #eff8fd;
}

.bg-primary-blue {
  background-color: #035ba9;
}

.bg-light-blue {
  background-color: #d4effd;
}

.extra-light-blue {
  background-color: #eff8fd;
}

:root{
  --bs-nav-pills-link-active-bg: #AAAAAA !important;
}