/*! Bootstrap Icons subset — homepage only */
@font-face {
  font-display: swap;
  font-family: "bootstrap-icons";
  src: url("/assets/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: -.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bi-arrow-right::before { content: "\f138"; }
.bi-arrow-up::before { content: "\f148"; }
.bi-calendar-check::before { content: "\f1e2"; }
.bi-check-circle-fill::before { content: "\f26a"; }
.bi-chevron-left::before { content: "\f284"; }
.bi-chevron-right::before { content: "\f285"; }
.bi-code-slash::before { content: "\f2c6"; }
.bi-envelope-fill::before { content: "\f32c"; }
.bi-globe2::before { content: "\f3ef"; }
.bi-grid-3x3-gap::before { content: "\f3f9"; }
.bi-instagram::before { content: "\f437"; }
.bi-journal-text::before { content: "\f444"; }
.bi-laptop::before { content: "\f456"; }
.bi-lightning-charge-fill::before { content: "\f46c"; }
.bi-linkedin::before { content: "\f472"; }
.bi-star-fill::before { content: "\f586"; }
.bi-whatsapp::before { content: "\f618"; }
.bi-graph-up-arrow::before { content: "\f673"; }
.bi-send::before { content: "\f6c0"; }
