.fa,
.fab,
.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}

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

@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url("fontawesome/webfonts/fa-solid-900.woff2") format("woff2"),
         url("fontawesome/webfonts/fa-solid-900.woff") format("woff");
}

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

.fa,
.fas {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.fa-facebook-f:before {
    content: "\f39e";
}

.fa-tripadvisor:before {
    content: "\f262";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-map-marker-alt:before {
    content: "\f3c5";
}

.fa-chevron-up:before {
    content: "\f077";
}
