/*!
 * Bootstrap Icons v1.11.3 - https://github.com/twbs/icons
 * Licensed under MIT.
 *
 * TRIMMED: only the 29 glyph rules this theme actually uses. The upstream CSS
 * carries ~2000 rules (98 KB) for the same font file. Adding an icon to a
 * template means adding its rule here too.
 */
@font-face {
  font-family: "bootstrap-icons";
  font-display: block;
  src: url("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-left::before { content: "\f12f"; }
.bi-arrow-right::before { content: "\f138"; }
.bi-award::before { content: "\f154"; }
.bi-briefcase::before { content: "\f1cc"; }
.bi-calculator::before { content: "\f1e0"; }
.bi-calendar-check::before { content: "\f1e2"; }
.bi-clock::before { content: "\f293"; }
.bi-envelope::before { content: "\f32f"; }
.bi-envelope-fill::before { content: "\f32c"; }
.bi-gear::before { content: "\f3e5"; }
.bi-graph-up::before { content: "\f3f2"; }
.bi-graph-up-arrow::before { content: "\f673"; }
.bi-headset::before { content: "\f414"; }
.bi-house::before { content: "\f425"; }
.bi-house-fill::before { content: "\f424"; }
.bi-info-circle::before { content: "\f431"; }
.bi-instagram::before { content: "\f437"; }
.bi-linkedin::before { content: "\f472"; }
.bi-list-ul::before { content: "\f478"; }
.bi-people::before { content: "\f4d0"; }
.bi-person-badge::before { content: "\f4d3"; }
.bi-person-gear::before { content: "\f8a7"; }
.bi-question-circle::before { content: "\f505"; }
.bi-send::before { content: "\f6c0"; }
.bi-shield-check::before { content: "\f52f"; }
.bi-stars::before { content: "\f589"; }
.bi-telephone::before { content: "\f5c1"; }
.bi-telephone-fill::before { content: "\f5b4"; }
.bi-whatsapp::before { content: "\f618"; }
