/*
 * Font Awesome Free 6.7.2 subset for public pages.
 * License: https://fontawesome.com/license/free
 */
@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../vendor/fontawesome/webfonts/public-fa-regular.woff2") format("woff2");
}

@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url("../vendor/fontawesome/webfonts/public-fa-solid.woff2?v=20260824-2") format("woff2");
}

@font-face {
    font-family: "Font Awesome 6 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../vendor/fontawesome/webfonts/public-fa-brands.woff2?v=20260824-1") format("woff2");
}

.fa,
.fa-regular,
.fa-solid,
.fab {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}

.fa,
.fa-solid {
    font-weight: 900;
}

.fa-regular {
    font-weight: 400;
}

.fab {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400;
}

.fa::before,
.fa-regular::before,
.fa-solid::before,
.fab::before {
    content: var(--fa);
}

.fa-xl {
    font-size: 1.5em;
    line-height: .04167em;
    vertical-align: -.125em;
}

.fa-arrow-down-wide-short { --fa: "\f160"; }
.fa-arrow-down-short-wide { --fa: "\f884"; }
.fa-arrow-rotate-right { --fa: "\f01e"; }
.fa-bars { --fa: "\f0c9"; }
.fa-heart { --fa: "\f004"; }
.fa-chart-line { --fa: "\f201"; }
.fa-users { --fa: "\f0c0"; }
.fa-user-check { --fa: "\f4fc"; }
.fa-calendar-day { --fa: "\f783"; }
.fa-eye { --fa: "\f06e"; }
.fa-eye-slash { --fa: "\f070"; }
.fa-map-marker-alt { --fa: "\f3c5"; }
.fa-image { --fa: "\f03e"; }
.fa-video { --fa: "\f03d"; }
.fa-facebook-square { --fa: "\f082"; }
.fa-twitter { --fa: "\f099"; }
.fa-linkedin { --fa: "\f08c"; }
.fa-reddit { --fa: "\f1a1"; }
.fa-whatsapp { --fa: "\f232"; }
.fa-telegram { --fa: "\f2c6"; }
