/* ========================================
   Bootstrap Icons – Local, full CSS
   Put this in /assets/css/bootstrap-icons.css
   Fonts must be in /assets/fonts/
=========================================== */

@font-face {
  font-family: "bootstrap-icons";
  src: url("/assets/fonts/bootstrap-icons.woff2") format("woff2"),
       url("/assets/fonts/bootstrap-icons.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

/* Basic setup */
.bi {
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: -.125em;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ICON LIST (abbreviated sample — add more as needed) */

/* Bootstrap Icons v1.10.5 mapping */
.bi-alarm::before { content: "\f101"; }
.bi-bag::before { content: "\f102"; }
.bi-bell::before { content: "\f103"; }
.bi-calendar::before { content: "\f104"; }
.bi-check::before { content: "\f105"; }
.bi-chevron-down::before { content: "\f106"; }
.bi-chevron-up::before { content: "\f107"; }
.bi-download::before { content: "\f108"; }
.bi-envelope::before { content: "\f109"; }
.bi-exclamation::before { content: "\f10a"; }
.bi-file::before { content: "\f10b"; }
.bi-gear::before { content: "\f10c"; }
.bi-heart::before { content: "\f10d"; }
.bi-house::before { content: "\f10e"; }
.bi-info::before { content: "\f10f"; }
.bi-link::before { content: "\f110"; }
.bi-lock::before { content: "\f111"; }
.bi-person::before { content: "\f112"; }
.bi-search::before { content: "\f113"; }
.bi-star::before { content: "\f114"; }
.bi-trash::before { content: "\f115"; }

/* Add more icon mappings below as needed */