/*!
 * Bootstrap Icons v1.13.1 (https://icons.getbootstrap.com/)
 * Copyright 2019-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)
 *
 * Subsetted to the ~28 glyphs actually rendered on this page.
 * Add a rule below if you reference a new icon class.
 */

@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;
}

.bi-arrow-left-circle-fill::before { content: "\f129"; }
.bi-arrow-left-short::before       { content: "\f12c"; }
.bi-arrow-left::before             { content: "\f12f"; }
.bi-arrow-up-short::before         { content: "\f145"; }
.bi-bullseye::before               { content: "\f1de"; }
.bi-chevron-down::before           { content: "\f282"; }
.bi-chevron-left::before           { content: "\f284"; }
.bi-clock-fill::before             { content: "\f291"; }
.bi-clock::before                  { content: "\f293"; }
.bi-eye::before                    { content: "\f341"; }
.bi-facebook::before               { content: "\f344"; }
.bi-graph-up-arrow::before         { content: "\f673"; }
.bi-heart-fill::before             { content: "\f415"; }
.bi-instagram::before              { content: "\f437"; }
.bi-journal-bookmark::before       { content: "\f43d"; }
.bi-linkedin::before               { content: "\f472"; }
.bi-list::before                   { content: "\f479"; }
.bi-mortarboard::before            { content: "\f6fe"; }
.bi-people-fill::before            { content: "\f4cf"; }
.bi-people::before                 { content: "\f4d0"; }
.bi-quote::before                  { content: "\f6b0"; }
.bi-share-fill::before             { content: "\f52d"; }
.bi-star-fill::before              { content: "\f586"; }
.bi-telephone-fill::before         { content: "\f5b4"; }
.bi-trophy-fill::before            { content: "\f5e6"; }
.bi-twitter-x::before              { content: "\f8db"; }
.bi-whatsapp::before               { content: "\f618"; }
.bi-youtube::before                { content: "\f62b"; }

/* mobile-nav-toggle uses bi-x to swap from bi-list when open */
.bi-x::before                      { content: "\f62a"; }
