@font-face {
  font-display: block;
  font-family: "bootstrap-icons";
  src: url("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: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bi-globe::before { content: "\f3ec"; }
.bi-phone::before { content: "\f4e8"; }
.bi-bar-chart::before { content: "\f12c"; }
.bi-gear::before { content: "\f3e4"; }
.bi-check-circle-fill::before { content: "\f26a"; }
.bi-facebook::before { content: "\f344"; }
.bi-twitter-x::before { content: "\f92f"; }
.bi-linkedin::before { content: "\f472"; }
.bi-instagram::before { content: "\f437"; }
.bi-envelope::before { content: "\f32f"; }
.bi-geo-alt::before { content: "\f3e8"; }
.bi-telephone::before { content: "\f5c4"; } 