/*!
 * Bootstrap Icons v1.11.1 — SUBSET (https://icons.getbootstrap.com/)
 * Copyright 2019-2023 The Bootstrap Authors — Licensed under MIT.
 *
 * Only the glyphs actually referenced in this app are shipped. The subset font
 * (bootstrap-icons.subset.woff2, ~2.8KB vs the full ~130KB) is generated with
 * pyftsubset. When adding a `bi-*` icon to a template/JS, add its codepoint to
 * the subset build AND its rule here, or the glyph will render as blank.
 */

@font-face {
  font-display: swap;
  font-family: "bootstrap-icons";
  src: url("./fonts/bootstrap-icons.subset.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-arrows-angle-expand::before { content: "\f14a"; }
.bi-trash::before { content: "\f5de"; }
.bi-heart::before { content: "\f417"; }
.bi-heart-fill::before { content: "\f415"; }
.bi-search::before { content: "\f52a"; }
.bi-chevron-down::before { content: "\f282"; }
.bi-image::before { content: "\f42a"; }
.bi-geo-alt::before { content: "\f3e8"; }
.bi-arrows-fullscreen::before { content: "\f14d"; }
.bi-clock::before { content: "\f293"; }
.bi-google::before { content: "\f3f0"; }
.bi-facebook::before { content: "\f344"; }
.bi-linkedin::before { content: "\f472"; }
.bi-map::before { content: "\f47f"; }
.bi-list::before { content: "\f479"; }
.bi-house-door::before { content: "\f423"; }
.bi-grid-3x3-gap::before { content: "\f3f9"; }
.bi-layers::before { content: "\f45b"; }
.bi-check-circle-fill::before { content: "\f26a"; }
.bi-box-arrow-up-right::before { content: "\f1c5"; }
.bi-printer::before { content: "\f501"; }
.bi-translate::before { content: "\f658"; }
.bi-x-lg::before { content: "\f659"; }
.bi-globe::before { content: "\f3ee"; }
.bi-check2::before { content: "\f272"; }
.bi-sun-fill::before { content: "\f5a1"; }
.bi-moon-fill::before { content: "\f494"; }
.bi-person-fill::before { content: "\f4da"; }
.bi-person-circle::before { content: "\f4d7"; }
