/* ============================================================
   Font Awesome - podzbior pod Fundacje WFS
   Szablon ladowal all.min.css (466 KB) razem z odwolaniami do fa-light
   i fa-regular, przez co przegladarka pobierala 392 KB fontu Pro, ktorego
   strona w ogole nie uzywa. Tutaj jest tylko rodzina Free Solid i 29 ikon
   faktycznie wystepujacych na stronie.
   Plik zrodlowy szablonu (all.min.css) zostaje w repo nietkniety.
   Font jest obciety do tych 29 glifow (fontTools.subset na fa-solid-900.ttf
   z paczki szablonu), wiec po dodaniu ikony trzeba go przegenerowac.
   ============================================================ */
@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url("../webfonts/fa-solid-900-wfs.woff2") format("woff2");
}

.fa, .fas, .fa-solid,
.fa-classic.fa-solid {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}
.fa-fw { text-align: center; width: 1.25em; }

.fa-arrow-left-long::before { content: "\f177"; }
.fa-arrow-right::before { content: "\f061"; }
.fa-arrow-right-long::before { content: "\f178"; }
.fa-arrow-up::before { content: "\f062"; }
.fa-bars::before { content: "\f0c9"; }
.fa-book-open::before { content: "\f518"; }
.fa-briefcase::before { content: "\f0b1"; }
.fa-calendar-days::before { content: "\f073"; }
.fa-chalkboard-user::before { content: "\f51c"; }
.fa-check::before { content: "\f00c"; }
.fa-clock::before { content: "\f017"; }
.fa-coins::before { content: "\f51e"; }
.fa-diagram-project::before { content: "\f542"; }
.fa-envelope::before { content: "\f0e0"; }
.fa-graduation-cap::before { content: "\f19d"; }
.fa-hand-holding-dollar::before { content: "\f4c0"; }
.fa-hand-holding-heart::before { content: "\f4be"; }
.fa-handshake::before { content: "\f2b5"; }
.fa-handshake-angle::before { content: "\f4c4"; }
.fa-heart::before { content: "\f004"; }
.fa-hourglass-half::before { content: "\f254"; }
.fa-lightbulb::before { content: "\f0eb"; }
.fa-location-dot::before { content: "\f3c5"; }
.fa-paper-plane::before { content: "\f1d8"; }
.fa-phone::before { content: "\f095"; }
.fa-rocket::before { content: "\f135"; }
.fa-school::before { content: "\f549"; }
.fa-times::before { content: "\f00d"; }
.fa-users::before { content: "\f0c0"; }
.fa-plus::before { content: "\2b"; }
