/*
 * Font Awesome 6.5.2: compatibilidad de clases para WebView/Awesomium sin
 * soporte de custom properties. El catálogo y los @font-face viven en
 * all.min.css; aquí solo se fijan familia y peso sin var().
 */
@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 900;
    src: url("../webfonts/fa-solid-900.ttf") format("truetype");
}

@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 400;
    src: url("../webfonts/fa-regular-400.ttf") format("truetype");
}

@font-face {
    font-family: "Font Awesome 6 Brands";
    font-style: normal;
    font-weight: 400;
    src: url("../webfonts/fa-brands-400.ttf") format("truetype");
}

.fa,
.fas,
.fa-solid {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 900;
}

.far,
.fa-regular {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 400;
}

.fab,
.fa-brands {
    font-family: "Font Awesome 6 Brands";
    font-style: normal;
    font-weight: 400;
}
