/* Ikony: podmnožina Bootstrap Icons jen s těmi, které web opravdu používá.
   Původní font z CDN měl 130 kB (přes 2000 ikon), tenhle má 3 kB.
   Odpadá tím i externí spojení, které blokovalo vykreslení stránky.

   POZOR: až budeš přidávat další ikonu, přegeneruj podmnožinu přes pyftsubset
   A ZVYŠ ČÍSLO ZA ?v= NÍŽE. Bez toho si vracející se návštěvníci nový font
   nestáhnou — assets/.htaccess mu dává roční immutable cache. Nová ikona by
   se jim nezobrazila vůbec, ostatní by fungovaly, takže by sis toho nemusel
   všimnout. */

@font-face {
    font-family: "bootstrap-icons";
    font-display: block;
    src: url("ikony.woff2?v=2") 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-arrow-left::before { content: "\f12f"; }
.bi-bar-chart-line::before { content: "\f17c"; }
.bi-basket3::before { content: "\f184"; }
.bi-book-half::before { content: "\f193"; }
.bi-bookmark-fill::before { content: "\f199"; }
.bi-calculator::before { content: "\f1e0"; }
.bi-chevron-left::before { content: "\f284"; }
.bi-chevron-right::before { content: "\f285"; }
.bi-egg-fried::before { content: "\f312"; }
.bi-emoji-frown::before { content: "\f31d"; }
.bi-file-pdf::before { content: "\f640"; }
.bi-heart-pulse::before { content: "\f76f"; }
.bi-house::before { content: "\f425"; }
.bi-journal-text::before { content: "\f444"; }
.bi-lightbulb::before { content: "\f46b"; }
.bi-list::before { content: "\f479"; }
.bi-moon-stars::before { content: "\f496"; }
.bi-search::before { content: "\f52a"; }
.bi-search-heart::before { content: "\f787"; }
.bi-shield-lock::before { content: "\f538"; }
.bi-slash-circle::before { content: "\f567"; }
.bi-compass::before { content: "\f2d1"; }
.bi-person-circle::before { content: "\f4d7"; }
.bi-link-45deg::before { content: "\f470"; }
.bi-trophy::before { content: "\f5e7"; }
.bi-check-circle::before { content: "\f26b"; }
.bi-x-circle::before { content: "\f623"; }
.bi-credit-card-2-back::before { content: "\f2d8"; }
.bi-shield-check::before { content: "\f52f"; }
.bi-clock::before { content: "\f293"; }
.bi-apple::before { content: "\f65b"; }
