@font-face {
  font-family: "Nunito-Light";
  src: local("Nunito-Light"),
    url("../fonts/Nunito-Light.ttf") format("truetype");
}

body {
  font-family: "Nunito-Light" !important;
}

.btn-primary {
  background-color: #1747b5 !important;
  border-color: #133995 !important;
  /* font-weight: 700; */
  color: white !important;
  font-weight: 600 !important;
}

.btn-primary:hover {
  background-color: #133995 !important;
}

.btn-info {
  background-color: #45c0ce !important;
  color: white !important;
  font-weight: 600 !important;
}

.btn-info:hover {
  background-color: #5ba2be !important;
}

a {
  text-decoration: none !important;
}
