/* Собрано командой manage.py build_icon_font — руками не править.
   Только используемые иконки (27 шт.) вместо полного
   набора bootstrap-icons на 128 КБ. Добавили услугу с новой
   иконкой в админке — прогоните команду заново. */

@font-face {
  font-family: "bootstrap-icons";
  font-display: block;
  src: url("fonts/bootstrap-icons.6067e49e1d90.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: -0.125em;
  -webkit-font-smoothing: antialiased;
}

.bi-arrow-left::before { content: "\f12f"; }
.bi-arrow-repeat::before { content: "\f130"; }
.bi-arrow-right::before { content: "\f138"; }
.bi-arrow-up-right::before { content: "\f144"; }
.bi-building::before { content: "\f1dd"; }
.bi-calendar-week::before { content: "\f1f3"; }
.bi-cart3::before { content: "\f244"; }
.bi-check2::before { content: "\f272"; }
.bi-check2-circle::before { content: "\f270"; }
.bi-cloud-upload::before { content: "\f2c0"; }
.bi-diagram-3::before { content: "\f2ee"; }
.bi-dot::before { content: "\f309"; }
.bi-envelope::before { content: "\f32f"; }
.bi-file-earmark-word::before { content: "\f38d"; }
.bi-geo-alt::before { content: "\f3e8"; }
.bi-github::before { content: "\f3ed"; }
.bi-graph-up-arrow::before { content: "\f673"; }
.bi-palette::before { content: "\f4b1"; }
.bi-rocket-takeoff::before { content: "\f845"; }
.bi-router::before { content: "\f6ec"; }
.bi-send::before { content: "\f6c0"; }
.bi-shield-check::before { content: "\f52f"; }
.bi-shield-lock::before { content: "\f538"; }
.bi-telegram::before { content: "\f5b3"; }
.bi-telephone::before { content: "\f5c1"; }
.bi-wallet2::before { content: "\f615"; }
.bi-wrench-adjustable::before { content: "\f790"; }
