/*!
 * Font Awesome Free 6.1.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2022 Fonticons, Inc.
 */
@font-face {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    src: url(../webfonts/fa-solid-900.ttf) format("truetype");
    font-display: swap;
    /* Add this line */
}

.fa {
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900)
}

.fa-solid,
.fas {
    font-family: "Font Awesome 6 Free";
    font-weight: 900
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-car-rear:before {
    content: "\f5de"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-plus:before {
    content: "\f055"
}

.fa-calendar-days:before {
    content: "\f073"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-plane-up:before {
    content: "\e22d"
}