@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
  font-family: "Poppins", sans-serif;
}

span.text-primary {
  color: #234cad !important;
}

footer.text-primary {
  color: #234cad !important;
}

.bg-main {
  color: #234cad !important;
  background: none;
}

.active {
  background-color: #234cad !important;
  color: white !important;
}

.btn-primary {
  background-color: #234cad !important;
  border-color: #234cad !important;
}

.btn-outline-primary {
  color: #234cad !important;
  border-color: #234cad !important;
}

.btn-outline-primary:hover {
  color: #fff !important;
  background-color: #234cad !important;
  border-color: #234cad !important;
}

.btn-outline-light {
  color: #fff !important;
  border-color: #fff !important;
}

.btn-outline-light:hover {
  color: #234cad !important;
  background-color: #fff !important;
  border-color: #fff !important;
}

nav.bg-primary {
  background-color: #234cad !important;
}

button.bg-primary {
  background-color: #234cad !important;
}

h2.bg-primary {
  background-color: #234cad !important;
}

h2.text-primary {
  color: #234cad !important;
}

li.bg-primary {
  background-color: #234cad !important;
}

.bg-primary {
  background-color: #234cad !important;
}
