@font-face {
  font-display: block;
  font-family: "bootstrap-icons";
  src: url("./fonts/bootstrap-icons-subset.woff2") format("woff2");
}

.bi::before,
[class^="bi-"]::before,
[class*=" bi-"]::before {
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bi-arrow-right::before { content: "\f138"; }
.bi-arrow-up-short::before { content: "\f145"; }
.bi-award::before { content: "\f154"; }
.bi-check-circle-fill::before { content: "\f26a"; }
.bi-clock-fill::before { content: "\f291"; }
.bi-envelope::before { content: "\f32f"; }
.bi-envelope-fill::before { content: "\f32c"; }
.bi-facebook::before { content: "\f344"; }
.bi-graph-up-arrow::before { content: "\f673"; }
.bi-headset::before { content: "\f414"; }
.bi-info-circle-fill::before { content: "\f430"; }
.bi-instagram::before { content: "\f437"; }
.bi-lightning-charge::before { content: "\f46d"; }
.bi-linkedin::before { content: "\f472"; }
.bi-list::before { content: "\f479"; }
.bi-lock-fill::before { content: "\f47a"; }
.bi-people::before { content: "\f4d0"; }
.bi-star-fill::before { content: "\f586"; }
.bi-telephone-fill::before { content: "\f5b4"; }
.bi-youtube::before { content: "\f62b"; }
