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

@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");
}

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

.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-shield-halved::before { content: "\f3ed"; }
.fa-bolt::before { content: "\f0e7"; }
.fa-clock::before { content: "\f017"; }
.fa-wrench::before { content: "\f0ad"; }
.fa-gear::before { content: "\f013"; }
.fa-circle-check::before { content: "\f058"; }
.fa-microchip::before { content: "\f2db"; }
.fa-gauge-high::before { content: "\f625"; }
.fa-award::before { content: "\f559"; }
.fa-bars::before { content: "\f0c9"; }
.fa-xmark::before { content: "\f00d"; }
.fa-whatsapp::before { content: "\f232"; }
.fa-comment-dots::before { content: "\f4ad"; }

.icon { display: inline-block; width: 1em; height: 1em; flex: 0 0 auto; }
.icon-box .icon { font-size: 31px; }
.check-list .icon,
.compare-card .icon { margin-top: 3px; font-size: 18px; }
.footer-contact .icon { font-size: 16px; }
.floating-whatsapp .icon { font-size: 30px; }
