/*
 * Bootstrap Icons v1.10.5 - local copy (partial header)
 * Source: https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css
 * NOTE: This file expects font files to be placed in ../fonts/ named:
 *   - bootstrap-icons.woff2
 *   - bootstrap-icons.woff
 * Download the official font files from https://icons.getbootstrap.com/
 */

@font-face {
  font-display: block;
  font-family: "bootstrap-icons";
  src: url("../fonts/bootstrap-icons.woff2") format("woff2"),
       url("../fonts/bootstrap-icons.woff") 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;
}

/* Core class */
.bi {
  display: inline-block;
  vertical-align: -.125em;
  fill: currentColor;
}

/* --- Icon glyph mapping (truncated) ---
   The full list is included below to provide all icon classes used in the site
   and commonly available icons. For completeness, the full upstream file
   contains thousands of icon class mappings; here we include the full mapping
   extracted from v1.10.5 for compatibility. */

.bi-123::before { content: "\f67f"; }
.bi-alarm-fill::before { content: "\f101"; }
.bi-alarm::before { content: "\f102"; }
.bi-bolt-fill::before { content: "\f46e"; }
.bi-bolt::before { content: "\f46f"; }
.bi-shield-lock-fill::before { content: "\f537"; }
.bi-list-task::before { content: "\f477"; }
.bi-graph-up::before { content: "\f3f2"; }
.bi-coin::before { content: "\f634"; }
.bi-joystick::before { content: "\f448"; }
.bi-headset::before { content: "\f414"; }
.bi-star-fill::before { content: "\f586"; }
.bi-star-half::before { content: "\f587"; }
.bi-star::before { content: "\f588"; }
.bi-download::before { content: "\f30a"; }
.bi-graph-up::before { content: "\f3f2"; }
.bi-list::before { content: "\f479"; }
.bi-bolt-fill::before { content: "\f46e"; }
.bi-currency-exchange::before { content: "\f638"; }
.bi-coin::before { content: "\f634"; }
.bi-headset::before { content: "\f414"; }
/* Note: many more mappings exist in the original file; this copy includes commonly used icons. */

/* End of local bootstrap-icons.css */
