/*!
 * Bootstrap Icons v1.10.5
 * https://icons.getbootstrap.com/
 * Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)
 */

@font-face {
  font-family: "bootstrap-icons";
  src: url("../fonts/bootstrap-icons.woff2?9b5e53d3f0cfbe52") format("woff2"),
       url("../fonts/bootstrap-icons.woff?9b5e53d3f0cfbe52") 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;
}

/* Example mappings */
.bi-alarm::before { content: "\f101"; }
.bi-basket::before { content: "\f12a"; }
.bi-bell::before { content: "\f13e"; }
.bi-calendar::before { content: "\f1ec"; }
.bi-check::before { content: "\f26e"; }
.bi-gear::before { content: "\f3e5"; }
.bi-house::before { content: "\f422"; }
.bi-person::before { content: "\f4e1"; }
.bi-search::before { content: "\f52a"; }
.bi-x::before { content: "\f62a"; }

/* … thousands more icons … */
@font-face {
  font-family: "bootstrap-icons";
  src: url("../fonts/bootstrap-icons.woff2") format("woff2"),
       url("../fonts/bootstrap-icons.woff") format("woff");
}
