/*!
 * Bootstrap Icons v1.10.5 -- SUBSET, generated. Do not hand-edit.
 * Copyright 2019-2023 The Bootstrap Authors. Licensed under MIT.
 *
 * Upstream ships 1953 icon classes (91 KB) and a 121 KB font covering all of
 * them. This site uses 29. Cross-review N-3.
 *
 * REGENERATING -- required whenever an icon is added or removed. The upstream
 * bootstrap-icons.css and bootstrap-icons.woff2 are kept alongside this file
 * purely as the source for this step; nothing links them.
 *
 *   1. grep the whole tree for bi-* class names -- HTML *and* JS. bi-x appears
 *      only in main.js, which swaps it in when the mobile menu opens, so a
 *      subset built from the markup alone silently loses the close icon.
 *   2. pyftsubset fonts/bootstrap-icons.woff2 --unicodes=<the U+F... list>
 *        --flavor=woff2 --output-file=fonts/bootstrap-icons-subset.woff2
 *   3. emit the @font-face, the .bi::before base rule and one rule per icon.
 *
 * Icons in this subset (29):
 *   bi-arrow-left, bi-arrow-up-short, bi-award-fill, bi-cloud, bi-cloud-fill, bi-code-square
 *   bi-cpu, bi-cpu-fill, bi-envelope, bi-envelope-fill, bi-exclamation-triangle, bi-gear
 *   bi-graph-up, bi-headset, bi-heart-pulse, bi-heart-pulse-fill, bi-house-door, bi-house-gear
 *   bi-lightning, bi-lightning-charge-fill, bi-list, bi-recycle, bi-robot, bi-shield-check
 *   bi-shield-fill-check, bi-speedometer2, bi-sun-fill, bi-tree-fill, bi-x
 */

@font-face {
  font-display: block;
  font-family: "bootstrap-icons";
  src: url("./fonts/bootstrap-icons-subset.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: -.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bi-arrow-left::before { content: "\f12f"; }
.bi-arrow-up-short::before { content: "\f145"; }
.bi-award-fill::before { content: "\f153"; }
.bi-cloud::before { content: "\f2c1"; }
.bi-cloud-fill::before { content: "\f29e"; }
.bi-code-square::before { content: "\f2c7"; }
.bi-cpu::before { content: "\f2d6"; }
.bi-cpu-fill::before { content: "\f2d5"; }
.bi-envelope::before { content: "\f32f"; }
.bi-envelope-fill::before { content: "\f32c"; }
.bi-exclamation-triangle::before { content: "\f33b"; }
.bi-gear::before { content: "\f3e5"; }
.bi-graph-up::before { content: "\f3f2"; }
.bi-headset::before { content: "\f414"; }
.bi-heart-pulse::before { content: "\f76f"; }
.bi-heart-pulse-fill::before { content: "\f76e"; }
.bi-house-door::before { content: "\f423"; }
.bi-house-gear::before { content: "\f891"; }
.bi-lightning::before { content: "\f46f"; }
.bi-lightning-charge-fill::before { content: "\f46c"; }
.bi-list::before { content: "\f479"; }
.bi-recycle::before { content: "\f64f"; }
.bi-robot::before { content: "\f6b1"; }
.bi-shield-check::before { content: "\f52f"; }
.bi-shield-fill-check::before { content: "\f531"; }
.bi-speedometer2::before { content: "\f580"; }
.bi-sun-fill::before { content: "\f5a1"; }
.bi-tree-fill::before { content: "\f5e1"; }
.bi-x::before { content: "\f62a"; }
