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

[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-down::before { content: "\f128"; }
.bi-arrow-up-right::before { content: "\f144"; }
.bi-arrow-right::before { content: "\f138"; }
.bi-arrow-up::before { content: "\f148"; }
.bi-calendar-check::before { content: "\f1e2"; }
.bi-check-circle-fill::before { content: "\f26a"; }
.bi-chevron-left::before { content: "\f284"; }
.bi-chevron-right::before { content: "\f285"; }
.bi-envelope::before { content: "\f32f"; }
.bi-eye::before { content: "\f341"; }
.bi-facebook::before { content: "\f344"; }
.bi-geo-alt::before { content: "\f3e8"; }
.bi-instagram::before { content: "\f437"; }
.bi-linkedin::before { content: "\f472"; }
.bi-list::before { content: "\f479"; }
.bi-play-fill::before { content: "\f4f4"; }
.bi-star::before { content: "\f588"; }
.bi-telegram::before { content: "\f5b3"; }
.bi-twitter::before { content: "\f5ef"; }
.bi-x-lg::before { content: "\f659"; }
.bi-x::before { content: "\f62a"; }
.bi-youtube::before { content: "\f62b"; }
