@font-face {
  font-family: "bootstrap-icons";
  src: url("fonts/bootstrap-icons.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.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-chevron-down::before { content: "\f282"; }
.bi-clock::before { content: "\f293"; }
.bi-currency-dollar::before { content: "\f636"; }
.bi-envelope::before { content: "\f32f"; }
.bi-facebook::before { content: "\f344"; }
.bi-geo::before { content: "\f3ea"; }
.bi-google::before { content: "\f3f0"; }
.bi-hand-thumbs-up::before { content: "\f407"; }
.bi-list::before { content: "\f479"; }
.bi-map::before { content: "\f47f"; }
.bi-plus-lg::before { content: "\f64d"; }
.bi-search::before { content: "\f52a"; }
.bi-telephone::before { content: "\f5c1"; }
.bi-x::before { content: "\f62a"; }
.bi-x-lg::before { content: "\f659"; }
.bi-yelp::before { content: "\f82a"; }
