/*!
 * Bootstrap Icons v1.11.3 – výběr ikon použitých na feetmodels.eu
 * Copyright 2019-2024 The Bootstrap Authors, licence MIT
 * https://github.com/twbs/icons/blob/main/LICENSE
 *
 * ------------------------------------------------------------------
 * POZOR PŘI PŘIDÁVÁNÍ NOVÉ IKONY – TŘI KROKY, ŽÁDNÝ NEVYNECHAT
 * ------------------------------------------------------------------
 * Původně se z cdn.jsdelivr.net stahovala celá sada: 13 KiB CSS s 2050
 * ikonami a 130 KiB fontu, přičemž web jich používá 67. PageSpeed to hlásil
 * jako „Odstraňte nepoužívané styly CSS".
 *
 * Tenhle soubor obsahuje jen ty použité a font vedle něj (fonts/) je
 * ořezaný na stejných 67 znaků. Když někde přibude <i class="bi bi-…">,
 * které v seznamu níž není, ikona se NEZOBRAZÍ – místo ní bude prázdný
 * čtvereček s čísly. Postup:
 *
 *   1. doplnit sem řádek s kódem ikony (kódy jsou v souboru
 *      font/bootstrap-icons.json balíčku bootstrap-icons),
 *   2. znovu ořezat font na nový seznam znaků,
 *   3. ZVÝŠIT ČÍSLO ZA ?v= U ADRESY FONTU NÍŽ.
 *
 * Krok 3 se snadno zapomene a projeví se to zákeřně: soubor .css si
 * verzuje inc/header.php podle času souboru, ale adresa fontu uvnitř
 * žádnou verzi nemá. Vracejícímu se návštěvníkovi by proto zůstal
 * v cache starý font bez nové ikony, i když by měl nové CSS.
 *
 * Nouzové řešení, když je potřeba ikona hned: do inc/header.php se vrátí
 * původní <link> na cdn.jsdelivr.net s celou sadou.
 * ------------------------------------------------------------------
 */

@font-face {
    font-display: block;
    font-family: bootstrap-icons;
    /* ?v= odpovídá počtu ikon níž – při každé změně výběru se musí změnit. */
    src: url("fonts/bootstrap-icons-vyber.woff2?v=67") format("woff2");
}

.bi::before,
[class*=" bi-"]::before,
[class^="bi-"]::before {
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* ---- Ikony použité na webu (67) ---- */
.bi-arrow-repeat::before{content:"\f130"}
.bi-arrow-right::before{content:"\f138"}
.bi-arrow-up-circle-fill::before{content:"\f139"}
.bi-award-fill::before{content:"\f153"}
.bi-box-arrow-in-right::before{content:"\f1be"}
.bi-box-arrow-right::before{content:"\f1c3"}
.bi-box-arrow-up-right::before{content:"\f1c5"}
.bi-briefcase-fill::before{content:"\f1cb"}
.bi-calendar-event::before{content:"\f1e8"}
.bi-camera::before{content:"\f220"}
.bi-camera-fill::before{content:"\f219"}
.bi-camera-video-fill::before{content:"\f21c"}
.bi-cash-coin::before{content:"\f632"}
.bi-check-circle-fill::before{content:"\f26a"}
.bi-check-lg::before{content:"\f633"}
.bi-chevron-down::before{content:"\f282"}
.bi-circle-fill::before{content:"\f287"}
.bi-clipboard::before{content:"\f290"}
.bi-collection-fill::before{content:"\f2c9"}
.bi-credit-card-2-front-fill::before{content:"\f2d9"}
.bi-credit-card-fill::before{content:"\f2db"}
.bi-droplet-half::before{content:"\f30c"}
.bi-envelope::before{content:"\f32f"}
.bi-exclamation-triangle-fill::before{content:"\f33a"}
.bi-eye-slash-fill::before{content:"\f33f"}
.bi-file-earmark-lock2-fill::before{content:"\f370"}
.bi-funnel-fill::before{content:"\f3e0"}
.bi-gem::before{content:"\f3e6"}
.bi-geo-alt::before{content:"\f3e8"}
.bi-gift::before{content:"\f3ec"}
.bi-gift-fill::before{content:"\f3eb"}
.bi-graph-up-arrow::before{content:"\f673"}
.bi-grid::before{content:"\f3fc"}
.bi-grid-1x2-fill::before{content:"\f3f3"}
.bi-grid-3x3-gap-fill::before{content:"\f3f8"}
.bi-heart::before{content:"\f417"}
.bi-heart-fill::before{content:"\f415"}
.bi-house-heart-fill::before{content:"\f775"}
.bi-images::before{content:"\f42b"}
.bi-incognito::before{content:"\f777"}
.bi-infinity::before{content:"\f69e"}
.bi-lightbulb-fill::before{content:"\f468"}
.bi-lightning-charge-fill::before{content:"\f46c"}
.bi-list-check::before{content:"\f473"}
.bi-lock-fill::before{content:"\f47a"}
.bi-patch-check-fill::before{content:"\f4b5"}
.bi-patch-plus-fill::before{content:"\f4bb"}
.bi-pencil-fill::before{content:"\f4c9"}
.bi-pencil-square::before{content:"\f4ca"}
.bi-people-fill::before{content:"\f4cf"}
.bi-person::before{content:"\f4e1"}
.bi-person-badge::before{content:"\f4d3"}
.bi-person-circle::before{content:"\f4d7"}
.bi-person-lines-fill::before{content:"\f4db"}
.bi-person-square::before{content:"\f4de"}
.bi-record-circle::before{content:"\f518"}
.bi-search::before{content:"\f52a"}
.bi-shield-check::before{content:"\f52f"}
.bi-shield-lock-fill::before{content:"\f537"}
.bi-square::before{content:"\f584"}
.bi-star-fill::before{content:"\f586"}
.bi-stars::before{content:"\f589"}
.bi-trash3::before{content:"\f78b"}
.bi-trophy-fill::before{content:"\f5e6"}
.bi-unlock-fill::before{content:"\f5ff"}
.bi-upload::before{content:"\f603"}
.bi-whatsapp::before{content:"\f618"}
