@font-face {
    font-family: "Font Awesome 6 Pro";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url("../fonts/fa-light-300.woff2") format("woff2");
}

@font-face {
    font-family: "Font Awesome 6 Pro";
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url("../fonts/fa-thin-100.woff2") format("woff2");
}

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

.fa-light,
.fa-thin,
.fal,
.fab {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.fa-light,
.fal {
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;
}

.fa-thin {
    font-family: "Font Awesome 6 Pro";
    font-weight: 100;
}

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

.fa-bars-sort::before { content: "\e0ae"; }
.fa-check::before { content: "\f00c"; }
.fa-download::before { content: "\f019"; }
.fa-envelope::before { content: "\f0e0"; }
.fa-facebook-f::before { content: "\f39e"; }
.fa-horse-head::before { content: "\f7ab"; }
.fa-long-arrow-down::before { content: "\f175"; }
.fa-long-arrow-right::before { content: "\f178"; }
.fa-phone::before { content: "\f095"; }
.fa-play-circle::before { content: "\f144"; }
.fa-times::before { content: "\f00d"; }
