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

.fa-solid,
.fas {
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-solid::before,
.fas::before {
  display: inline-block;
}

.fa-chevron-down::before {
  content: "\f078";
}

.fa-location-dot::before {
  content: "\f3c5";
}

.fa-train-subway::before {
  content: "\f239";
}

.fa-crown::before {
  content: "\f521";
}

.fa-star::before {
  content: "\f005";
}

.fa-mug-saucer::before {
  content: "\f0f4";
}

.fa-map-location-dot::before {
  content: "\f5a0";
}

.fa-archway::before {
  content: "\f557";
}

.fa-hand-holding-heart::before {
  content: "\f4be";
}

.fa-tags::before {
  content: "\f02c";
}

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

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

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

.fa-fax::before {
  content: "\f1ac";
}

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

.fa-tv::before {
  content: "\f26c";
}
