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

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

.fa-solid,
.fa-brands {
  display: inline-block;
  font-style: normal;
  line-height: 1;
  text-rendering: auto;
}

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

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

.fa-phone::before { content: "\f095"; }
.fa-envelope::before { content: "\f0e0"; }
.fa-location-dot::before { content: "\f3c5"; }
.fa-chevron-down::before { content: "\f078"; }
.fa-bars::before { content: "\f0c9"; }
.fa-arrow-right::before { content: "\f061"; }
.fa-check::before { content: "\f00c"; }
.fa-list-check::before { content: "\f0ae"; }
.fa-shield-halved::before { content: "\f3ed"; }
.fa-truck-ramp-box::before { content: "\e079"; }
.fa-quote-left::before { content: "\f10d"; }
.fa-whatsapp::before { content: "\f232"; }
