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

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

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

.fab {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Icon definitions */
.fa-phone:before { content: "\f095"; }
.fa-whatsapp:before { content: "\f232"; }
.fa-check-circle:before { content: "\f058"; }
.fa-toilet:before { content: "\f7d8"; }
.fa-sink:before { content: "\e06d"; }
.fa-home:before { content: "\f015"; }
.fa-truck:before { content: "\f0d1"; }
.fa-video:before { content: "\f03d"; }
.fa-wrench:before { content: "\f0ad"; }
.fa-check:before { content: "\f00c"; }
.fa-clock:before { content: "\f017"; }
.fa-shield-alt:before { content: "\f3ed"; }
.fa-hand-holding-usd:before { content: "\f4b9"; }
.fa-map-marker-alt:before { content: "\f3c5"; }
.fa-envelope:before { content: "\f0e0"; }