/* Bootstrap Icons, cut down to the glyphs this site actually draws.
 *
 * Generated by tools/icon_subset.py from the font Quarto ships; do not edit by
 * hand. Bootstrap Icons is MIT licensed, © 2019-2024 The Bootstrap Authors.
 */
@font-face {
  font-family: "bootstrap-icons";
  font-display: block;
  src: url("./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: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bi-arrow-left-short::before { content: "\f12c"; }
.bi-arrow-right-short::before { content: "\f135"; }
.bi-caret-down-fill::before { content: "\f229"; }
.bi-check2::before { content: "\f272"; }
.bi-chevron-right::before { content: "\f285"; }
.bi-clipboard::before { content: "\f290"; }
.bi-exclamation-circle::before { content: "\f333"; }
.bi-file-richtext::before { content: "\f3b1"; }
.bi-github::before { content: "\f3ed"; }
.bi-layout-text-sidebar-reverse::before { content: "\f461"; }
.bi-moon-stars-fill::before { content: "\f495"; }
.bi-sun-fill::before { content: "\f5a1"; }
