*, body {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #2f2f2f;
}

@media (min-width: 1200px) {
  *, body {
    font-size: 16px;
  }
}

a {
  color: #64A3D1;
  font-weight: bolder;
}

a:hover {
  color: #FFCF48 !important;
}

strong {
  font-weight: bolder;
}

h1, h2, h3, h3, h5, h6 {
  font-weight: bolder !important;
}

.bg-light {
  background-color: #F6F6F6 !important;
}

.bg-primary {
  background-color: #64A3D1 !important;
}

.bg-secondary {
  background-color: #FFCF48 !important;
}

.bg-tertiary {
  background-color: #b15680 !important;
}

.fs-small {
  font-size: 0.875rem !important;
}

.btn-primary {
  border: none;
  background-color: #64A3D1 !important;
}

.btn-secondary {
  border: none;
  background-color: #FFCF48 !important;
}

.text-primary {
  color: #64A3D1 !important;
}

.text-secondary {
  color: #FFCF48 !important;
}

.logo {
  width: auto;
  max-height: 150px;
}

.links-section a {
  text-decoration: none;
  color: #fff;
  stroke: #fff;
}
/*# sourceMappingURL=style.css.map */