/* Font Awesome Icon Fixes */

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

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

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

.fab,
.fa-brands {
  font-family: 'Font Awesome 6 Brands' !important;
  font-weight: 400 !important;
}

/* Fix for specific icons */
.fa-phone-alt:before,
.fa-phone:before {
  content: "\f095";
}

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

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

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

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

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

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

.fa-bars:before {
  content: "\f0c9";
}

.fa-times:before {
  content: "\f00d";
}

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

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

.fa-youtube:before {
  content: "\f167";
}

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

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

.fa-calendar-alt:before, 
.fa-calendar-check:before {
  content: "\f073";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-users:before {
  content: "\f0c0";
}

.fa-arrow-up:before {
  content: "\f062";
} 