@font-face {
  font-family: "bootstrap-icons";
  src: url("/css/bootstrap-icons.woff?384e23a3718bb6ac643a9118eb53727d") format("woff"), url("/css/bootstrap-icons.woff2?384e23a3718bb6ac643a9118eb53727d") format("woff2");
}

[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: text-bottom;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bi-exclamation-circle::before { content: "\f2fd"; }
.bi-file-earmark-text::before { content: "\f354"; }
.bi-link::before { content: "\f42d"; }
.bi-search::before { content: "\f4cb"; }
.bi-share::before { content: "\f4cf"; }
.bi-three-dots-vertical::before { content: "\f561"; }