/* Font Awesome 6.5.2 — self-hosted SUBSET */

/* Distinct family names per style — avoids a Safari font-weight matching bug
   where two faces sharing one family name (Free 400 + Free 900) caused subset
   glyphs to go missing (Safari won't fall back across faces like Chromium). */
@font-face {
    font-family: "FA Solid Subset";
    font-style: normal;
    font-weight: normal;
    font-display: block;
    src: url("fa-solid-subset.woff2?v=3") format("woff2");
}
@font-face {
    font-family: "FA Regular Subset";
    font-style: normal;
    font-weight: normal;
    font-display: block;
    src: url("fa-regular-subset.woff2") format("woff2");
}
@font-face {
    font-family: "FA Brands Subset";
    font-style: normal;
    font-weight: normal;
    font-display: block;
    src: url("fa-brands-subset.woff2") format("woff2");
}

.fa-solid,
.fa-regular,
.fa-brands {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-rendering: auto;
}
.fa-solid {
    font-family: "FA Solid Subset";
}
.fa-regular {
    font-family: "FA Regular Subset";
}
.fa-brands {
    font-family: "FA Brands Subset";
}

.fa-check::before {
    content: "\f00c";
}
.fa-arrow-up-right-from-square::before {
    content: "\f08e";
}
.fa-chevron-right::before {
    content: "\f054";
}
.fa-chevron-down::before {
    content: "\f078";
}
.fa-chevron-left::before {
    content: "\f053";
}
.fa-arrow-right::before {
    content: "\f061";
}
.fa-magnifying-glass::before {
    content: "\f002";
}
.fa-right-to-bracket::before {
    content: "\f2f6";
}
.fa-phone::before {
    content: "\f095";
}
.fa-envelope::before {
    content: "\f0e0";
}
.fa-ticket::before {
    content: "\f145";
}
.fa-star::before {
    content: "\f005";
}
.fa-clock::before {
    content: "\f017";
}
.fa-book-open::before {
    content: "\f518";
}
.fa-building-columns::before {
    content: "\f19c";
}
.fa-triangle-exclamation::before {
    content: "\f071";
}
.fa-circle-question::before {
    content: "\f059";
}
.fa-comment-dots::before {
    content: "\f4ad";
}
.fa-file-lines::before {
    content: "\f15c";
}
.fa-whatsapp::before {
    content: "\f232";
}
.fa-instagram::before {
    content: "\f16d";
}
.fa-facebook-f::before {
    content: "\f39e";
}
