/* ============================================================
   Bootstrap Icons v1.13.1 — self-hosted (CSP-clean, no CDN).
   Full woff2 font; only the glyph classes we actually use are
   declared here to keep the CSS tiny.
   ============================================================ */
@font-face {
  font-display: block;
  font-family: "bootstrap-icons";
  src: url("../fonts/bootstrap-icons.woff2") format("woff2");
}

.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: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* nav + social icons */
.bi-github::before { content: "\f3ed"; }
.bi-twitter-x::before { content: "\f8db"; }
.bi-sun-fill::before { content: "\f5a1"; }
.bi-moon-stars-fill::before { content: "\f495"; }

/* feature-grid icons */
.bi-layout-split::before { content: "\f460"; }
.bi-window-stack::before { content: "\f6d2"; }
.bi-terminal-fill::before { content: "\f5c2"; }
.bi-file-earmark-code::before { content: "\f362"; }
.bi-search::before { content: "\f52a"; }
.bi-robot::before { content: "\f6b1"; }
.bi-activity::before { content: "\f66b"; }
.bi-clock-history::before { content: "\f292"; }
.bi-plug-fill::before { content: "\f4f6"; }
.bi-diagram-3::before { content: "\f2ee"; }
.bi-bell-fill::before { content: "\f189"; }
.bi-grid-3x3-gap-fill::before { content: "\f3f8"; }
.bi-play-circle-fill::before { content: "\f4f2"; }
.bi-palette-fill::before { content: "\f4b0"; }
.bi-box-arrow-up-right::before { content: "\f1c5"; }
.bi-lightning-charge-fill::before { content: "\f46c"; }
.bi-hdd-network::before { content: "\f40d"; }
.bi-arrow-repeat::before { content: "\f130"; }
.bi-folder2-open::before { content: "\f3d8"; }
.bi-git::before { content: "\f69d"; }

/* footer icons */
.bi-tag-fill::before { content: "\f5af"; }
.bi-bug-fill::before { content: "\f1db"; }
.bi-file-earmark-text::before { content: "\f38b"; }
.bi-shield-lock::before { content: "\f538"; }
.bi-patch-check::before { content: "\f4b6"; }
.bi-heart-fill::before { content: "\f415"; }
