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

.bi::before,
[class^="bi-"]::before,
[class*=" bi-"]::before {
  display: inline-block;
  font-family: bootstrap-icons;
  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-envelope-fill::before { content: "\f32c"; }
.bi-arrow-right-circle-fill::before { content: "\f133"; }
.bi-arrow-right-circle::before { content: "\f134"; }
.bi-facebook::before { content: "\f344"; }
.bi-twitch::before { content: "\f5ee"; }
.bi-twitter::before { content: "\f5ef"; }
.bi-instagram::before { content: "\f437"; }
.bi-linkedin::before { content: "\f472"; }
.bi-headphones::before { content: "\f413"; }
.bi-search::before { content: "\f52a"; }
.bi-geo-alt-fill::before { content: "\f3e7"; }
.bi-geo-alt::before { content: "\f3e8"; }
.bi-telephone-fill::before { content: "\f5b4"; }
.bi-arrow-right::before { content: "\f138"; }
.bi-pencil::before { content: "\f4cb"; }
.bi-hash::before { content: "\f40a"; }
.bi-calendar3::before { content: "\f214"; }
.bi-list::before { content: "\f479"; }
.bi-chevron-right::before { content: "\f285"; }
.bi-x-lg::before { content: "\f659"; }
.bi-check-circle-fill::before { content: "\f26a"; }
