/* ===================================================================
   Font Awesome 5 Free — SUBSET (len reálne použité ikony v téme).
   Náhrada za all.min.css (59 kB) -> ~1 kB. Markup ostáva rovnaký.
   Použité ikony (Bsb4Design.php): download, th-list, comment,
   comments, edit (far), info-circle, reply, tags.
   Vytvorené 2026-06-04. Webfonty sa nemenia (../webfonts/).
   =================================================================== */

@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url(../webfonts/fa-solid-900.woff2) format("woff2"),
         url(../webfonts/fa-solid-900.woff) format("woff");
}
@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(../webfonts/fa-regular-400.woff2) format("woff2"),
         url(../webfonts/fa-regular-400.woff) format("woff");
}

.fa, .fas, .far {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
}
.fas { font-weight: 900; }
.far { font-weight: 400; }

.fa-download:before     { content: "\f019"; }
.fa-th-list:before      { content: "\f00b"; }
.fa-comment:before      { content: "\f075"; }
.fa-comments:before     { content: "\f086"; }
.fa-edit:before         { content: "\f044"; }
.fa-info-circle:before  { content: "\f05a"; }
.fa-reply:before        { content: "\f3e5"; }
.fa-tags:before         { content: "\f02c"; }
