/*
 * Bootstrap Icons subset (v1.11.3, MIT).
 * Keep this list in sync with the `bi-*` classes used by theme PHP and JS.
 */
@font-face {
  font-display: block;
  font-family: bootstrap-icons;
  src: url("../fonts/bootstrap-icons-subset.woff") format("woff");
}

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

.bi-activity::before { content: "\f66b"; }
.bi-arrow-down-short::before { content: "\f124"; }
.bi-arrow-right-short::before { content: "\f135"; }
.bi-arrow-right::before { content: "\f138"; }
.bi-box-seam::before { content: "\f1c7"; }
.bi-chevron-down::before { content: "\f282"; }
.bi-chevron-left::before { content: "\f284"; }
.bi-chevron-right::before { content: "\f285"; }
.bi-exclamation-triangle::before { content: "\f33b"; }
.bi-grid-3x3-gap-fill::before { content: "\f3f8"; }
.bi-grid-3x3-gap::before { content: "\f3f9"; }
.bi-inboxes::before { content: "\f42f"; }
.bi-list::before { content: "\f479"; }
.bi-x-lg::before { content: "\f659"; }
