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

.bi::before,
[class^="bi-"]::before,
[class*=" bi-"]::before {
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: 400 !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-check::before { content: "\f26e"; }
.bi-check-circle-fill::before { content: "\f26a"; }
.bi-chevron-down::before { content: "\f282"; }
.bi-clock::before { content: "\f293"; }
.bi-emoji-smile::before { content: "\f327"; }
.bi-envelope::before { content: "\f32f"; }
.bi-envelope-paper::before { content: "\f73d"; }
.bi-facebook::before { content: "\f344"; }
.bi-geo-alt::before { content: "\f3e8"; }
.bi-headset::before { content: "\f414"; }
.bi-instagram::before { content: "\f437"; }
.bi-link-45deg::before { content: "\f470"; }
.bi-linkedin::before { content: "\f472"; }
.bi-list::before { content: "\f479"; }
.bi-map::before { content: "\f47f"; }
.bi-people::before { content: "\f4d0"; }
.bi-phone::before { content: "\f4e7"; }
.bi-play-circle::before { content: "\f4f3"; }
.bi-star-fill::before { content: "\f586"; }
.bi-telephone::before { content: "\f5c1"; }
.bi-tiktok::before { content: "\f6cc"; }
.bi-twitter-x::before { content: "\f8db"; }
.bi-whatsapp::before { content: "\f618"; }
.bi-x::before { content: "\f62a"; }
.bi-zoom-in::before { content: "\f62c"; }
