/*
    This is a bootstrap-icons.css with all the items we're not using removed.
*/
@font-face {
  font-family: "bootstrap-icons";
  src: url("./fonts/bootstrap-icons.woff2?8bd4575acf83c7696dc7a14a966660a3") format("woff2"),
url("./fonts/bootstrap-icons.woff?8bd4575acf83c7696dc7a14a966660a3") format("woff");
font-display: swap;
}

[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-bar-chart-line::before { content: "\f17c"; }
.bi-bullseye::before { content: "\f1de"; }
.bi-envelope-fill::before { content: "\f32c"; }
.bi-envelope-open-fill::before { content: "\f32d"; }
.bi-envelope-open::before { content: "\f32e"; }
.bi-envelope::before { content: "\f32f"; }
.bi-newspaper::before { content: "\f4a3"; }
.bi-search::before { content: "\f52a"; }
.bi-arrow-down-up::before { content: "\f127"; }
.bi-cash::before { content: "\f247"; }
.bi-hdd-network::before { content: "\f40d"; }
