/* Облегчённый Bootstrap Icons для публичных витрин: только те иконки,
   которые на них реально встречаются. Полный шрифт (134 КБ) грузился ради
   нескольких десятков глифов и был самым тяжёлым ресурсом первого экрана.

   ФАЙЛ СОБИРАЕТСЯ СКРИПТОМ — руками не править:
       python tools/make_icon_subset.py
   Добавили на витрину новую иконку — пересоберите. Тест
   tests/test_icon_subset.py падает, если этого не сделали. */
@font-face {
  font-family: "bi-public";
  src: url("../fonts/bootstrap-icons-public.woff2?v=934a4d57") format("woff2");
  font-display: block;
  font-weight: normal;
  font-style: normal;
}
.bi::before,
[class^="bi-"]::before,
[class*=" bi-"]::before {
  display: inline-block;
  font-family: "bi-public" !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.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-box-arrow-in-right::before { content: "\f1be"; }
.bi-brightness-high-fill::before { content: "\f1d1"; }
.bi-broadcast::before { content: "\f1d6"; }
.bi-calendar-event::before { content: "\f1e8"; }
.bi-calendar-heart::before { content: "\f710"; }
.bi-camera-fill::before { content: "\f219"; }
.bi-chat-quote::before { content: "\f255"; }
.bi-check-circle::before { content: "\f26b"; }
.bi-check-circle-fill::before { content: "\f26a"; }
.bi-check-lg::before { content: "\f633"; }
.bi-check2::before { content: "\f272"; }
.bi-chevron-down::before { content: "\f282"; }
.bi-circle::before { content: "\f28a"; }
.bi-clock::before { content: "\f293"; }
.bi-clock-fill::before { content: "\f291"; }
.bi-dash-circle::before { content: "\f2e6"; }
.bi-diamond::before { content: "\f2f1"; }
.bi-diamond-fill::before { content: "\f2ef"; }
.bi-envelope-fill::before { content: "\f32c"; }
.bi-exclamation-triangle::before { content: "\f33b"; }
.bi-exclamation-triangle-fill::before { content: "\f33a"; }
.bi-eye-slash::before { content: "\f340"; }
.bi-geo-alt-fill::before { content: "\f3e7"; }
.bi-gift-fill::before { content: "\f3eb"; }
.bi-grid-3x3::before { content: "\f3fa"; }
.bi-grid-3x3-gap-fill::before { content: "\f3f8"; }
.bi-hourglass-split::before { content: "\f41f"; }
.bi-house::before { content: "\f425"; }
.bi-house-fill::before { content: "\f424"; }
.bi-image::before { content: "\f42a"; }
.bi-image-fill::before { content: "\f429"; }
.bi-images::before { content: "\f42b"; }
.bi-info-circle::before { content: "\f431"; }
.bi-list::before { content: "\f479"; }
.bi-map::before { content: "\f47f"; }
.bi-music-note::before { content: "\f4a0"; }
.bi-music-note-beamed::before { content: "\f49e"; }
.bi-palette::before { content: "\f4b1"; }
.bi-palette-fill::before { content: "\f4b0"; }
.bi-pencil::before { content: "\f4cb"; }
.bi-pencil-square::before { content: "\f4ca"; }
.bi-people::before { content: "\f4d0"; }
.bi-person::before { content: "\f4e1"; }
.bi-person-circle::before { content: "\f4d7"; }
.bi-person-fill::before { content: "\f4da"; }
.bi-phone::before { content: "\f4e7"; }
.bi-play-circle::before { content: "\f4f3"; }
.bi-reply-fill::before { content: "\f51f"; }
.bi-send::before { content: "\f6c0"; }
.bi-send-fill::before { content: "\f6b9"; }
.bi-signpost-2::before { content: "\f546"; }
.bi-slash-circle::before { content: "\f567"; }
.bi-snow::before { content: "\f56d"; }
.bi-snow2::before { content: "\f56e"; }
.bi-star::before { content: "\f588"; }
.bi-stars::before { content: "\f589"; }
.bi-telephone-fill::before { content: "\f5b4"; }
.bi-terminal-fill::before { content: "\f5c2"; }
.bi-trash::before { content: "\f5de"; }
.bi-tree-fill::before { content: "\f5e1"; }
.bi-tv::before { content: "\f5ed"; }
.bi-upload::before { content: "\f603"; }
.bi-x-circle::before { content: "\f623"; }
.bi-x-lg::before { content: "\f659"; }
