@font-face {
  font-family: "bootstrap-icons";
  src: url("/fonts/bootstrap-icons/bootstrap-icons.woff2") format("woff2"),
       url("/fonts/bootstrap-icons/bootstrap-icons.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.bi::before {
  font-family: "bootstrap-icons" !important;
}
