/*!
 * Bootstrap Icons v1.11.3 — PODZBIÓR
 * Copyright 2019-2024 The Bootstrap Authors, licencja MIT
 * https://github.com/twbs/icons/blob/main/LICENSE
 */

/* UWAGA: to nie jest pełny arkusz Bootstrap Icons.
 *
 * Pełna wersja to 2050 definicji ikon (98 kB) i font z 2050 glifami (130 kB),
 * z czego serwis używa 111. Zostawiliśmy tylko te — arkusz i font
 * schudły o ponad 90%.
 *
 * DODAJESZ NOWĄ IKONĘ? Sama klasa `bi-cos-tam` w widoku NIE ZADZIAŁA, bo nie
 * ma jej ani tutaj, ani w podzbiorze fontu. Trzeba wygenerować oba pliki
 * ponownie z pełnych źródeł Bootstrap Icons:
 *
 *   1. pobierz pełne źródła v1.11.3 (2050 ikon):
 *        curl -L -o pelny.css   https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.css
 *        curl -L -o pelny.woff2 https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/fonts/bootstrap-icons.woff2
 *   2. zbierz używane klasy:  grep -rhoE "bi-[a-z0-9-]+" resources/views config app | sort -u
 *   3. z pelny.css wyciągnij punkty kodowe tych klas (wzorzec: .bi-x::before { content: "\fXXX"; })
 *      i zapisz jako listę „U+F49E" w kody.txt,
 *   4. python3 -m venv .venv && ./.venv/bin/pip install 'fonttools[woff]' zopfli
 *   5. ./.venv/bin/pyftsubset pelny.woff2 --unicodes-file=kody.txt \
 *        --flavor=woff2 --with-zopfli --layout-features='' --no-hinting --desubroutinize \
 *        --output-file=bootstrap-icons.woff2
 *   6. podbij ?v= w @font-face na nowy czas modyfikacji fontu (patrz niżej).
 *
 * ŻEBY NIE PRZEOCZYĆ: brakująca ikona nie rzuca błędem — po prostu nie widać
 * jej na stronie. Tak przez tydzień jechała funkcja próśb o piosenki, bez
 * ikony w dziewięciu miejscach. Ten jeden wiersz to wyłapuje:
 *
 *   diff <(grep -rhoE "bi-[a-z0-9-]+" resources/views config app | sort -u | grep -v '^bi-$') \
 *        <(grep -oE '^\.bi-[a-z0-9-]+' ../assets/css/bootstrap-icons.css | sed 's/^\.//' | sort -u)
 *
 * Lista obecnych ikon jest na końcu tego pliku.
 */

@font-face {
  font-family: bootstrap-icons;
  /* Tylko woff2 — obsługują je wszystkie przeglądarki, w których ta strona
     ma działać. Wariant .woff usunięty świadomie: zawierał pełny zestaw
     glifów, więc starsza przeglądarka pobrałaby 130 kB zamiast 10 kB. */
  src: url("../fonts/bootstrap-icons.woff2?v=1787215363") format("woff2");   /* ?v= = czas modyfikacji pliku;
     regenerując podzbiór, podbij go razem z fontem, inaczej stara czcionka
     zostanie w cache przeglądarki (katalog /assets ma max-age na rok) */
  font-display: swap;
}

.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-apple::before { content: "\f65b"; }
.bi-arrow-clockwise::before { content: "\f116"; }
.bi-arrow-down::before { content: "\f128"; }
.bi-arrow-down-short::before { content: "\f124"; }
.bi-arrow-left::before { content: "\f12f"; }
.bi-arrow-right::before { content: "\f138"; }
.bi-bag-check::before { content: "\f171"; }
.bi-bar-chart-fill::before { content: "\f17a"; }
.bi-bar-chart-line-fill::before { content: "\f17b"; }
.bi-bell::before { content: "\f18a"; }
.bi-box-arrow-right::before { content: "\f1c3"; }
.bi-box-arrow-up-right::before { content: "\f1c5"; }
.bi-box-seam::before { content: "\f1c7"; }
.bi-broadcast::before { content: "\f1d6"; }
.bi-bullseye::before { content: "\f1de"; }
.bi-calendar-check::before { content: "\f1e2"; }
.bi-calendar-heart::before { content: "\f710"; }
.bi-calendar-plus::before { content: "\f1ef"; }
.bi-calendar-x::before { content: "\f1f5"; }
.bi-calendar3::before { content: "\f214"; }
.bi-camera::before { content: "\f220"; }
.bi-camera-fill::before { content: "\f219"; }
.bi-camera-video::before { content: "\f21f"; }
.bi-camera-video-fill::before { content: "\f21c"; }
.bi-chat-dots-fill::before { content: "\f249"; }
.bi-chat-heart::before { content: "\f714"; }
.bi-check-all::before { content: "\f269"; }
.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-check2-circle::before { content: "\f270"; }
.bi-circle::before { content: "\f28a"; }
.bi-clipboard::before { content: "\f290"; }
.bi-clock::before { content: "\f293"; }
.bi-clock-fill::before { content: "\f291"; }
.bi-clock-history::before { content: "\f292"; }
.bi-cloud-arrow-up::before { content: "\f297"; }
.bi-cloud-sun::before { content: "\f2be"; }
.bi-collection::before { content: "\f2cc"; }
.bi-dash-circle::before { content: "\f2e6"; }
.bi-display::before { content: "\f302"; }
.bi-display-fill::before { content: "\f301"; }
.bi-download::before { content: "\f30a"; }
.bi-emoji-laughing::before { content: "\f321"; }
.bi-envelope-exclamation::before { content: "\f692"; }
.bi-exclamation-triangle::before { content: "\f33b"; }
.bi-eye::before { content: "\f341"; }
.bi-eye-slash::before { content: "\f340"; }
.bi-file-earmark-pdf::before { content: "\f63e"; }
.bi-file-earmark-zip::before { content: "\f391"; }
.bi-google-play::before { content: "\f7f7"; }
.bi-hand-index-thumb-fill::before { content: "\f401"; }
.bi-hdd::before { content: "\f412"; }
.bi-heart::before { content: "\f417"; }
.bi-hourglass-split::before { content: "\f41f"; }
.bi-image::before { content: "\f42a"; }
.bi-image-fill::before { content: "\f429"; }
.bi-images::before { content: "\f42b"; }
.bi-info-circle::before { content: "\f431"; }
.bi-key-fill::before { content: "\f44e"; }
.bi-lightning-charge-fill::before { content: "\f46c"; }
.bi-link-45deg::before { content: "\f470"; }
.bi-list-check::before { content: "\f473"; }
.bi-lock::before { content: "\f47b"; }
.bi-lock-fill::before { content: "\f47a"; }
.bi-magic::before { content: "\f675"; }
.bi-megaphone-fill::before { content: "\f483"; }
.bi-music-note-beamed::before { content: "\f49e"; }
.bi-palette::before { content: "\f4b1"; }
.bi-palette-fill::before { content: "\f4b0"; }
.bi-patch-check-fill::before { content: "\f4b5"; }
.bi-patch-question::before { content: "\f4be"; }
.bi-patch-question-fill::before { content: "\f4bd"; }
.bi-pencil::before { content: "\f4cb"; }
.bi-people::before { content: "\f4d0"; }
.bi-people-fill::before { content: "\f4cf"; }
.bi-person-badge-fill::before { content: "\f4d2"; }
.bi-person-gear::before { content: "\f8a7"; }
.bi-phone::before { content: "\f4e7"; }
.bi-piggy-bank::before { content: "\f64a"; }
.bi-play-fill::before { content: "\f4f4"; }
.bi-plus-circle::before { content: "\f4fa"; }
.bi-plus-lg::before { content: "\f64d"; }
.bi-printer::before { content: "\f501"; }
.bi-projector::before { content: "\f6ac"; }
.bi-qr-code::before { content: "\f6ae"; }
.bi-qr-code-scan::before { content: "\f6ad"; }
.bi-receipt::before { content: "\f50f"; }
.bi-shield-check::before { content: "\f52f"; }
.bi-shield-lock::before { content: "\f538"; }
.bi-shield-lock-fill::before { content: "\f537"; }
.bi-skip-forward-fill::before { content: "\f55d"; }
.bi-sliders::before { content: "\f56b"; }
.bi-star::before { content: "\f588"; }
.bi-star-fill::before { content: "\f586"; }
.bi-stars::before { content: "\f589"; }
.bi-stop-fill::before { content: "\f592"; }
.bi-sunrise::before { content: "\f5a5"; }
.bi-tag-fill::before { content: "\f5af"; }
.bi-tags::before { content: "\f5b2"; }
.bi-trash::before { content: "\f5de"; }
.bi-trash3::before { content: "\f78b"; }
.bi-trophy::before { content: "\f5e7"; }
.bi-trophy-fill::before { content: "\f5e6"; }
.bi-tv::before { content: "\f5ed"; }
.bi-tv-fill::before { content: "\f5ec"; }
.bi-unlock::before { content: "\f600"; }
.bi-upload::before { content: "\f603"; }
.bi-x-circle::before { content: "\f623"; }
.bi-x-lg::before { content: "\f659"; }

/* IKONY W TYM PODZBIORZE (111):
 * apple arrow-clockwise arrow-down arrow-down-short arrow-left arrow-right bag-check bar-
 * chart-fill bar-chart-line-fill bell box-arrow-right box-arrow-up-right box-seam broadcast
 * bullseye calendar-check calendar-heart calendar-plus calendar-x calendar3 camera camera-
 * fill camera-video camera-video-fill chat-dots-fill chat-heart check-all check-circle
 * check-circle-fill check-lg check2 check2-circle circle clipboard clock clock-fill clock-
 * history cloud-arrow-up cloud-sun collection dash-circle display display-fill download
 * emoji-laughing envelope-exclamation exclamation-triangle eye eye-slash file-earmark-pdf
 * file-earmark-zip google-play hand-index-thumb-fill hdd heart hourglass-split image image-
 * fill images info-circle key-fill lightning-charge-fill link-45deg list-check lock lock-
 * fill magic megaphone-fill music-note-beamed palette palette-fill patch-check-fill patch-
 * question patch-question-fill pencil people people-fill person-badge-fill person-gear
 * phone piggy-bank play-fill plus-circle plus-lg printer projector qr-code qr-code-scan
 * receipt shield-check shield-lock shield-lock-fill skip-forward-fill sliders star star-
 * fill stars stop-fill sunrise tag-fill tags trash trash3 trophy trophy-fill tv tv-fill
 * unlock upload x-circle x-lg
 */
