/*!
 * FontAwesome-Subset (Free 7.2.0, SIL OFL 1.1 / CC BY 4.0) — NUR fa-fish + fa-water.
 * Fuer Seiten, die ausser diesen beiden Glyphen nichts aus FontAwesome brauchen
 * (z.B. Gewaesser-Detail: Karten-Modul + Zielfische/Spots). Spart ~188 KB
 * gegenueber all.min.css + fa-solid-900.woff2 (render-blocking).
 * Font: ../webfonts/fa-solid-subset.woff2 (pyftsubset, U+f578 + U+f773).
 * Neue Icons? Glyphe ins Subset aufnehmen ODER Seite zurueck auf all.min.css.
 */
@font-face {
    font-family: 'Font Awesome 7 Free';
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url("../webfonts/fa-solid-subset.b6f6613f42e3.woff2") format('woff2');
}

.fa, .fas, .fa-solid {
    font-family: 'Font Awesome 7 Free';
    font-weight: 900;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.fa-fish::before { content: '\f578'; }
.fa-water::before { content: '\f773'; }
