@font-face {
    font-family: "FontAwesomeCustom";
    src: url("../fonts/fa-solid-900.woff2") format("woff2");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

.fa {
    font-family: "FontAwesomeCustom" !important;
    font-weight: 900;
    font-style: normal;
    display: inline-block;
    line-height: 1;
}

/* Location */
.fa-location-dot::before {
    content: "\f3c5";
}

/* Bed */
.fa-bed::before {
    content: "\f236";
}

/* Bath */
.fa-bath::before {
    content: "\f2cd";
}

/* Mail */
.fa-envelope::before {
    content: "\f0e0";
}
.fa-arrow-back-ios::before {
    content: "\f30a";
}

.fa-arrow-forward-ios::before {
    content: "\f30b";
}

.fa-arrow-right::before {
    content: "\f061";
}