@font-face {
  font-display: swap;
  font-family: "bootstrap-icons";
  src: url("../node_modules/bootstrap-icons/font/fonts/bootstrap-icons.woff2?e34853135f9e39acf64315236852cd5a") format("woff2"),
       url("../node_modules/bootstrap-icons/font/fonts/bootstrap-icons.woff?e34853135f9e39acf64315236852cd5a") 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: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bi-check-circle-fill::before { content: "\f26a"; }
.bi-envelope::before          { content: "\f32f"; }
.bi-facebook::before          { content: "\f344"; }
.bi-geo-alt::before           { content: "\f3e8"; }
.bi-instagram::before         { content: "\f437"; }
.bi-telephone::before         { content: "\f5c1"; }
.bi-whatsapp::before          { content: "\f618"; }
.bi-youtube::before           { content: "\f62b"; }
.bi-pinterest::before         { content: "\f663"; }
.bi-twitter-x::before         { content: "\f8db"; }
