@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.5.1/webfonts/fa-solid-900.woff2") format("woff2");
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.5.1/webfonts/fa-regular-400.woff2") format("woff2");
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.5.1/webfonts/fa-brands-400.woff2") format("woff2");
}

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

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

.far,
.fa-regular {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

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

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

@keyframes fa-spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.fa-paper-plane::before { content: "\f1d8"; }
.fa-leaf::before { content: "\f06c"; }
.fa-truck::before { content: "\f0d1"; }
.fa-clock::before { content: "\f017"; }
.fa-envelope::before { content: "\f0e0"; }
.fa-phone::before { content: "\f095"; }
.fa-map-marker-alt::before { content: "\f3c5"; }
.fa-mobile-alt::before { content: "\f3cd"; }
.fa-phone-alt::before { content: "\f879"; }
.fa-key::before { content: "\f084"; }
.fa-check-circle::before { content: "\f058"; }
.fa-arrow-right::before { content: "\f061"; }
.fa-shield-alt::before { content: "\f3ed"; }
.fa-user-md::before { content: "\f0f0"; }
.fa-search::before { content: "\f002"; }
.fa-mortar-pestle::before { content: "\f5a7"; }
.fa-newspaper::before { content: "\f1ea"; }
.fa-store::before { content: "\f54e"; }
.fa-check::before { content: "\f00c"; }
.fa-star::before { content: "\f005"; }
.fa-truck-fast::before { content: "\f48b"; }
.fa-external-link-alt::before { content: "\f35d"; }
.fa-exclamation-triangle::before { content: "\f071"; }
.fa-info-circle::before { content: "\f05a"; }
.fa-barcode::before { content: "\f02a"; }
.fa-sync-alt::before { content: "\f2f1"; }
.fa-circle-notch::before { content: "\f1ce"; }
.far.fa-calendar-alt::before { content: "\f073"; }
.far.fa-eye::before { content: "\f06e"; }
.far.fa-comment-dots::before { content: "\f4ad"; }
.far.fa-copy::before { content: "\f0c5"; }
.fab.fa-whatsapp::before { content: "\f232"; }
.fab.fa-instagram::before { content: "\f16d"; }
.fab.fa-twitter::before { content: "\f099"; }
.fab.fa-linkedin-in::before { content: "\f0e1"; }
.fab.fa-facebook-f::before { content: "\f39e"; }
