@font-face {
    font-family: 'Font Awesome 6 Pro';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("/fonts/fa-regular-400-minimal.woff2") format("woff2"), url("/fonts/fa-regular-400-minimal.ttf") format("truetype");
}

@font-face {
    font-family: 'Font Awesome 6 Pro';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url("/fonts/fa-solid-900-minimal.woff2") format("woff2"), url("/fonts/fa-solid-900-minimal.ttf") format("truetype");
}

@font-face {
    font-family: 'Font Awesome 6 Brands';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("/fonts/fa-brands-400-minimal.woff2") format("woff2"), url("/fonts/fa-brands-400-minimal.ttf") format("truetype");
}

.fa {
    font-family: var(--fa-style-family, "Font Awesome 6 Pro");
    font-weight: var(--fa-style, 900);
}

.fa-regular,
.fa-solid,
.fa-brands,
.fa {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}

.fa-regular {
    font-family: 'Font Awesome 6 Pro';
    font-weight: 400;
}

.fa-solid {
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
}

.fa-brands {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400;
}

.fa-lg {
    font-size: 1.25em;
    line-height: 0.05em;
    vertical-align: -0.075em;
}

.fa-chevron-down::before {
    content: "\f078";
}

.fa-star::before {
    content: "\f005";
}

.fa-filters::before {
    content: "\e17e";
}

.fa-circle-x::before {
    content: "\e12e";
}

.fa-magnifying-glass::before {
    content: "\f002";
}

.fa-plus::before {
    content: "\2b";
}

.fa-arrow-right::before {
    content: "\f061";
}

.fa-check::before {
    content: "\f00c";
}

.fa-reddit-alien:before {
    content: "\f281";
}

.fa-x-twitter:before {
    content: "\e61b";
}

.fa-tiktok:before {
    content: "\e07b";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-apple-pay:before {
    content: "\f415";
}

.fa-google-pay:before {
    content: "\e079";
}
