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

[class^="bi-"]::before,
[class*=" bi-"]::before {
  display: inline-block;
  content: "";
  vertical-align: -0.125em;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bi-search::before { content: "\f569"; }
.bi-house-door::before { content: "\f38f"; }
.bi-folder2-open::before { content: "\f384"; }
