@font-face {
  font-family: "HandelGothic BT";
  src: url("/opac/assets/fonts/HandelGothicBT-Regular.eot");
  src: url("/opac/assets/fonts/HandelGothicBT-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("/opac/assets/fonts/HandelGothicBT-Regular.woff2") format("woff2"),
    url("/opac/assets/fonts/HandelGothicBT-Regular.woff") format("woff"),
    url("/opac/assets/fonts/HandelGothicBT-Regular.svg#HandelGothicBT-Regular")
      format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.glifos-font {
  font-family: "HandelGothic BT" !important;
}

.glifos-text-yellow {
  color: #fecc0c !important;
}

.glifos-bg-yellow {
  background-color: #fecc0c !important;
}

.glifos-bg-light-blue {
  background-color: #dbe3f0 !important;
}