.fa {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
}

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

.fa-bars::before {
  content: "\f0c9";
}
.fa-map-marker::before {
  content: "\f041";
}
.fa-bed::before {
  content: "\f236";
}
.fa-bath::before {
  content: "\f2cd";
}
.fa-garage-car::before {
  content: "\e00a";
}
.fa-vector-square::before {
  content: "\f5cb";
}
.fa-location-check::before {
  content: "\f606";
}
.fa-location-dot::before {
  content: "\f3c5";
}
.fa-calendar::before {
  content: "\f133";
}
.fa-long-arrow-right::before {
  content: "\f178";
}
.fa-at::before {
  content: "\f1fa";
}
.fa-globe-africa::before {
  content: "\f57c";
}
.fa-user-chart::before {
  content: "\f6a3";
}
.fa-phone::before {
  content: "\f095";
}
.fa-chevron-down::before {
  content: "\f078";
}
.fa-chevron-left::before {
  content: "\f053";
}
.fa-chevron-right::before {
  content: "\f054";
}
.fa-chevron-up::before {
  content: "\f077";
}
.fa-circle-chevron-down::before {
  content: "\f13a";
}
.fa-chevron-circle-down::before {
  content: "\f13a";
}
.fa-circle-chevron-left::before {
  content: "\f137";
}
.fa-chevron-circle-left::before {
  content: "\f137";
}
.fa-circle-chevron-right::before {
  content: "\f138";
}
.fa-chevron-circle-right::before {
  content: "\f138";
}
.fa-circle-chevron-up::before {
  content: "\f139";
}
.fa-chevron-circle-up::before {
  content: "\f139";
}
.fa-bars::before {
  content: "\f0c9";
}
.fa-times::before {
  content: "\f00d";
}
.fa-align-left::before {
  content: "\f036";
}

@font-face {
  font-family: 'Font Awesome 6 Pro';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("fonts/fa-solid-900.woff2") format("woff2"), url("fonts/fa-solid-900.woff") format("woff"), url("fonts/fa-solid-900.ttf") format("truetype");
}

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

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

.fa-whatsapp:before {
  content: "\f232";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-facebook-f:before {
  content: "\f39e";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-linkedin:before {
  content: "\f08c";
}

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