@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,
.fa-solid {
    font-family: "Font Awesome 6 Free";
    font-weight: 900
}

.fa-location-dot:before {
    content: "\f3c5"
}
.fa-bars:before {
    content: "\f0c9"
}
.fa-calendar:before {
    content: "\f133"
}
.fa-magnifying-glass:before {
    content: "\f002"
}
.fa-angle-down:before {
    content: "\f107"
}
.fa-clock:before {
    content: "\f017"
}



