@import url(https://fonts.bunny.net/css?family=Nunito);

.primary-color {
  color: #E87B06 !important;
}

.btn-warning {
  background-color: #E87B06 !important;
  color: white !important;

}

.bg-warning {
  background-color: #E87B06 !important;
  color: white !important;
}

.bg-warning:hover {
  background-color: #f4c18b  !important;
  color: white !important;
}
.btn:hover {
  background-color: #56432f !important;
  color: white;
  border: none;
}

.bg-pink {
  background-color: #F5F7FA;
}

