@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 900;
    src: url("/jakarta.faces.resource/styles/icons/webfonts/fa-solid-900.woff2.xhtml?ln=layout&v=1751012046757") format("woff2");
}

@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 400;
    src: url("/jakarta.faces.resource/styles/icons/webfonts/fa-regular-400.woff2.xhtml?ln=layout&v=1751012046757") format("woff2");
}

@font-face {
    font-family: "Font Awesome 6 Brands";
    font-style: normal;
    font-weight: 400;
    src: url("/jakarta.faces.resource/styles/icons/webfonts/fa-brands-400.woff2.xhtml?ln=layout&v=1751012046757") format("woff2");
}

.fas, .fa-solid {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
}

.far, .fa-regular {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 400 !important;
}

.fab, .fa-brands {
    font-family: "Font Awesome 6 Brands" !important;
    font-weight: 400 !important;
}