/* Bootstrap Icons v1.11.3 - https://icons.getbootstrap.com/ */

@font-face {
  font-family: 'bootstrap-icons';
  src: url('../fonts/bootstrap-icons.woff') format('woff');
  font-weight: 400;
  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;
}

/* Confirmed codepoints from font file inspection */
.bi-lightning-charge::before { content: "\F46D"; }
.bi-bar-chart-line::before   { content: "\F17C"; }
.bi-bar-chart::before        { content: "\F17E"; }
.bi-check::before            { content: "\F26E"; }
.bi-check-circle::before     { content: "\F26B"; }
.bi-chevron-down::before     { content: "\F282"; }
.bi-chevron-up::before       { content: "\F286"; }
.bi-emoji-smile::before      { content: "\F327"; }
.bi-headset::before          { content: "\F414"; }
.bi-journal-richtext::before { content: "\F443"; }
.bi-list::before             { content: "\F479"; }
.bi-people::before           { content: "\F4D0"; }
.bi-question-circle::before  { content: "\F505"; }
.bi-x::before                { content: "\F62A"; }
