/* Force a clean TTF source to avoid repeated browser warnings for fa-solid-900.woff2 */
@font-face {
    font-family: "Font Awesome 6 Free Fix";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url("../vendor/fontawesome/webfonts/fa-solid-900.ttf") format("truetype");
}

.fa,
.fa-classic,
.fa-solid,
.fas {
    font-family: "Font Awesome 6 Free Fix", "Font Awesome 6 Free", sans-serif !important;
}


