/* FA6 → FA5 kompatibilitás: fa-solid/fa-regular/fa-brands classok támogatása FA5 CSS-sel */
.fa-solid,
.fa-regular,
.fa-brands {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
.fa-solid {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
}
.fa-regular {
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
}
.fa-brands {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
}
