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

.bi {
  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::before {
  display: inline-block;
  content: "";
}

.bi-award-fill::before { content: "\f153"; }
.bi-book::before { content: "\f194"; }
.bi-calendar3::before { content: "\f214"; }
.bi-check-circle::before { content: "\f26b"; }
.bi-clock-fill::before { content: "\f291"; }
.bi-cookie::before { content: "\f6ee"; }
.bi-emoji-smile::before { content: "\f327"; }
.bi-envelope-fill::before { content: "\f32c"; }
.bi-exclamation-triangle::before { content: "\f33b"; }
.bi-facebook::before { content: "\f344"; }
.bi-geo-alt-fill::before { content: "\f3e7"; }
.bi-heart-pulse::before { content: "\f76f"; }
.bi-journal-text::before { content: "\f444"; }
.bi-lightbulb::before { content: "\f46b"; }
.bi-lightbulb-fill::before { content: "\f468"; }
.bi-linkedin::before { content: "\f472"; }
.bi-moon-stars::before { content: "\f496"; }
.bi-p-circle::before { content: "\f805"; }
.bi-person::before { content: "\f4e1"; }
.bi-play-circle::before { content: "\f4f3"; }
.bi-telephone-fill::before { content: "\f5b4"; }
.bi-x-circle::before { content: "\f623"; }
.bi-youtube::before { content: "\f62b"; }
