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

[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;
}

/* Subset: 21 icons actually used on this site */
.bi-arrow-left-right::before { content: "\f12b"; }
.bi-arrow-right-circle::before { content: "\f134"; }
.bi-arrow-right::before { content: "\f138"; }
.bi-award-fill::before { content: "\f153"; }
.bi-bar-chart-fill::before { content: "\f17a"; }
.bi-chat-dots-fill::before { content: "\f249"; }
.bi-compass-fill::before { content: "\f2d0"; }
.bi-envelope-open::before { content: "\f32e"; }
.bi-file-spreadsheet::before { content: "\f3b7"; }
.bi-gear::before { content: "\f3e5"; }
.bi-lightbulb-fill::before { content: "\f468"; }
.bi-lightning-charge-fill::before { content: "\f46c"; }
.bi-linkedin::before { content: "\f472"; }
.bi-patch-check-fill::before { content: "\f4b5"; }
.bi-people-fill::before { content: "\f4cf"; }
.bi-question-circle::before { content: "\f505"; }
.bi-rocket-takeoff-fill::before { content: "\f53d"; }
.bi-shield-check::before { content: "\f52f"; }
.bi-shield-fill-check::before { content: "\f531"; }
.bi-sliders::before { content: "\f56b"; }
.bi-telephone-fill::before { content: "\f5b4"; }
.bi-trophy-fill::before { content: "\f5e6"; }
