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

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

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

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

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

.fa-bed:before {
  content: "\f236";
}

.fa-broom:before {
  content: "\f51a";
}

.fa-calendar-check:before {
  content: "\f274";
}

.fa-car:before {
  content: "\f1b9";
}

.fa-car-side:before {
  content: "\f5e4";
}

.fa-concierge-bell:before {
  content: "\f562";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-fish:before {
  content: "\f578";
}

.fa-handshake:before {
  content: "\f2b5";
}

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

.fa-leaf:before {
  content: "\f06c";
}

.fa-life-ring:before {
  content: "\f1cd";
}

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

.fa-lock:before {
  content: "\f023";
}

.fa-map-marked-alt:before {
  content: "\f5a0";
}

.fa-mobile-alt:before,
.fa-mobile-screen-button:before {
  content: "\f3cd";
}

.fa-mountain:before {
  content: "\f6fc";
}

.fa-person-swimming:before {
  content: "\f5c4";
}

.fa-phone:before {
  content: "\f095";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-snowflake:before {
  content: "\f2dc";
}

.fa-spa:before {
  content: "\f5bb";
}

.fa-square-parking:before {
  content: "\f540";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-triangle-exclamation:before {
  content: "\f071";
}

/* Tripadvisor keeps the legacy v4 codepoint in the brands font. */
.fa-tripadvisor:before {
  content: "\f262";
}

.fa-umbrella-beach:before {
  content: "\f5ca";
}

.fa-utensils:before {
  content: "\f2e7";
}

.fa-water:before {
  content: "\f773";
}

.fa-water-ladder:before {
  content: "\f5c5";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-wifi:before {
  content: "\f1eb";
}
