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

.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-graph-up-arrow::before { content: "\f4a5"; }
.bi-cash-stack::before { content: "\f1e0"; }
.bi-shield-exclamation::before { content: "\f5a0"; }
.bi-people::before { content: "\f4d0"; }
.bi-briefcase::before { content: "\f1a4"; }
.bi-hospital::before { content: "\f4b0"; }
.bi-exclamation-triangle::before { content: "\f33a"; }
.bi-virus::before { content: "\f5e0"; }
.bi-person-x::before { content: "\f4d8"; }
.bi-lightning-charge::before { content: "\f4c0"; }
.bi-people-fill::before { content: "\f4d1"; }
.bi-flag::before { content: "\f3a5"; }
