/*!
 * Bootstrap Icons v1.11.3 (https://icons.getbootstrap.com/)
 * Copyright 2019-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)
 *
 * TRIMMED: the full stylesheet is 2050 icon rules / 98KB; this keeps only the
 * ~42 "bi-*" classes actually used in webstore/static/index.html and
 * webstore/routers/seo_pages.py (audited via grep) — Lighthouse flagged the
 * rest as unused CSS. If a new page needs an icon not in this file, re-fetch
 * the full stylesheet from https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/
 * font/bootstrap-icons.css, find that one rule, and append it below.
 */

@font-face {
  font-display: block;
  font-family: "bootstrap-icons";
  src: url("/static/fonts/bootstrap-icons.woff2") format("woff2"),
url("/static/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-clockwise::before { content: "\f116"; }
.bi-arrow-left::before { content: "\f12f"; }
.bi-award-fill::before { content: "\f153"; }
.bi-award::before { content: "\f154"; }
.bi-bar-chart::before { content: "\f17e"; }
.bi-box-arrow-right::before { content: "\f1c3"; }
.bi-box-seam::before { content: "\f1c7"; }
.bi-check-circle-fill::before { content: "\f26a"; }
.bi-check-circle::before { content: "\f26b"; }
.bi-chevron-down::before { content: "\f282"; }
.bi-collection::before { content: "\f2cc"; }
.bi-credit-card::before { content: "\f2dc"; }
.bi-eye::before { content: "\f341"; }
.bi-folder2-open::before { content: "\f3d8"; }
.bi-gear::before { content: "\f3e5"; }
.bi-gift::before { content: "\f3ec"; }
.bi-globe::before { content: "\f3ee"; }
.bi-globe2::before { content: "\f3ef"; }
.bi-headset::before { content: "\f414"; }
.bi-hourglass-split::before { content: "\f41f"; }
.bi-house-door::before { content: "\f423"; }
.bi-journal-text::before { content: "\f444"; }
.bi-lightning-charge::before { content: "\f46d"; }
.bi-list-ul::before { content: "\f478"; }
.bi-pencil-square::before { content: "\f4ca"; }
.bi-plug::before { content: "\f4f7"; }
.bi-plus-circle::before { content: "\f4fa"; }
.bi-question-circle::before { content: "\f505"; }
.bi-receipt::before { content: "\f50f"; }
.bi-search::before { content: "\f52a"; }
.bi-shield-check::before { content: "\f52f"; }
.bi-shield-lock::before { content: "\f538"; }
.bi-star-fill::before { content: "\f586"; }
.bi-star::before { content: "\f588"; }
.bi-tag-fill::before { content: "\f5af"; }
.bi-tag::before { content: "\f5b0"; }
.bi-telegram::before { content: "\f5b3"; }
.bi-telephone::before { content: "\f5c1"; }
.bi-wallet2::before { content: "\f615"; }
.bi-x-circle::before { content: "\f623"; }
.bi-cash-coin::before { content: "\f632"; }
.bi-graph-up-arrow::before { content: "\f673"; }
.bi-send::before { content: "\f6c0"; }
