/* Bootstrap Icons 1.11.3 — SUBSET (5 glyphs used by the WMC app).
   Rebuild: re-run pyftsubset with the unicodes below if you add icons.
   chat-dots-fill f249, envelope-fill f32c, key-fill f44e,
   person-plus-fill f4dc, shield-lock-fill f537 */
@font-face {
  font-display: block;
  font-family: "bootstrap-icons";
  src: url("fonts/bootstrap-icons.woff2") format("woff2"),
       url("fonts/bootstrap-icons.woff") format("woff");
}

.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-chat-dots-fill::before   { content: "\f249"; }
.bi-envelope-fill::before    { content: "\f32c"; }
.bi-key-fill::before         { content: "\f44e"; }
.bi-person-plus-fill::before { content: "\f4dc"; }
.bi-shield-lock-fill::before { content: "\f537"; }
