/*!
 * Bootstrap Icons v1.11.1 (https://icons.getbootstrap.com/)
 * Copyright 2019-2023 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)
 *
 * Subset to the icons the site uses; the font holds only those glyphs.
 * To add an icon: copy its rule from the full v1.11.1 CSS and rebuild the
 * font with pyftsubset --unicodes=<every codepoint below> --flavor=woff2.
 */

@font-face {
  font-display: block;
  font-family: "bootstrap-icons";
  src: url("fonts/bootstrap-icons-subset.6903213cd43a.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-app::before { content: "\f10b"; }
.bi-arrow-left::before { content: "\f12f"; }
.bi-arrow-right::before { content: "\f138"; }
.bi-arrow-up::before { content: "\f148"; }
.bi-cash-coin::before { content: "\f632"; }
.bi-check-circle::before { content: "\f26b"; }
.bi-check-lg::before { content: "\f633"; }
.bi-check2-circle::before { content: "\f270"; }
.bi-clock::before { content: "\f293"; }
.bi-clock-history::before { content: "\f292"; }
.bi-credit-card::before { content: "\f2dc"; }
.bi-envelope::before { content: "\f32f"; }
.bi-envelope-check::before { content: "\f68c"; }
.bi-exclamation-triangle-fill::before { content: "\f33a"; }
.bi-globe::before { content: "\f3ee"; }
.bi-heart::before { content: "\f417"; }
.bi-house::before { content: "\f425"; }
.bi-info-circle::before { content: "\f431"; }
.bi-laptop::before { content: "\f456"; }
.bi-linkedin::before { content: "\f472"; }
.bi-lock-fill::before { content: "\f47a"; }
.bi-patch-check-fill::before { content: "\f4b5"; }
.bi-paypal::before { content: "\f662"; }
.bi-person-plus::before { content: "\f4dd"; }
.bi-phone::before { content: "\f4e7"; }
.bi-qr-code::before { content: "\f6ae"; }
.bi-question-circle::before { content: "\f505"; }
.bi-shield-lock::before { content: "\f538"; }
.bi-star::before { content: "\f588"; }
.bi-twitter-x::before { content: "\f8db"; }
