/* Bootstrap Icons local with font-display: swap */
@font-face {
  font-family: "bootstrap-icons";
  src: url("/styles/fonts/bootstrap-icons.woff2?2820a38d8b7d42b68b25645941542d3a") format("woff2"),
       url("/styles/fonts/bootstrap-icons.woff?2820a38d8b7d42b68b25645941542d3a") format("woff");
  font-display: swap;
}

.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;
}

/* Essential icons only - reduce CSS size */
.bi-list::before { content: "\f479"; }
.bi-house-heart::before { content: "\f1e7"; }
.bi-calendar-check::before { content: "\f26e"; }
.bi-tag::before { content: "\f5cb"; }
.bi-check-circle::before { content: "\f26b"; }
.bi-check-circle-fill::before { content: "\f26a"; }
.bi-dot::before { content: "\f287"; }
.bi-hand-index::before { content: "\f1e9"; }
.bi-water::before { content: "\f69a"; }
.bi-droplet-half::before { content: "\f2c9"; }
.bi-activity::before { content: "\f124"; }
.bi-person-standing-dress::before { content: "\f55c"; }
.bi-emoji-smile::before { content: "\f328"; }
.bi-info-circle::before { content: "\f431"; }
.bi-x-circle-fill::before { content: "\f622"; }
.bi-chevron-down::before { content: "\f282"; }
.bi-hourglass-split::before { content: "\f3a7"; }
.bi-telephone-fill::before { content: "\f5c1"; }
.bi-envelope-fill::before { content: "\f32f"; }
.bi-facebook::before { content: "\f344"; }
.bi-instagram::before { content: "\f437"; }
.bi-clock-history::before { content: "\f293"; }
.bi-telephone::before { content: "\f5c0"; }
.bi-envelope::before { content: "\f32e"; }