@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;
}

.fa-bed::before {
    content: "\f236";
}

.fa-bath::before {
    content: "\f2cd";
}

.fa-users::before {
    content: "\f0c0";
}

.fa-check::before {
    content: "\f00c";
}

.fa-angle-right::before {
    content: "\f105";
}
.fa-chevron-up::before {
    content: "\f077";
}