@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,
.fas,
.fa-solid,
.fab,
.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-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;
}

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

.fa-envelope::before { content: "\f0e0"; }
.fa-phone::before { content: "\f095"; }
.fa-bars::before { content: "\f0c9"; }
.fa-home::before { content: "\f015"; }
.fa-check-circle::before { content: "\f058"; }
.fa-compass::before { content: "\f14e"; }
.fa-seedling::before { content: "\f4d8"; }
.fa-user::before { content: "\f007"; }
.fa-map-marker-alt::before { content: "\f3c5"; }
.fa-star::before { content: "\f005"; }
.fa-cogs::before { content: "\f085"; }
.fa-medal::before { content: "\f5a2"; }
.fa-smile::before { content: "\f118"; }
.fa-heart-crack::before { content: "\f7a9"; }
.fa-brain::before { content: "\f5dc"; }
.fa-sun::before { content: "\f185"; }
.fa-bolt::before { content: "\f0e7"; }
.fa-person-dress::before { content: "\f182"; }
.fa-check::before { content: "\f00c"; }
.fa-arrow-right::before { content: "\f061"; }
.fa-chevron-left::before { content: "\f053"; }
.fa-chevron-right::before { content: "\f054"; }
.fa-chevron-down::before { content: "\f078"; }
.fa-arrow-left::before { content: "\f060"; }
.fa-phone-alt::before { content: "\f879"; }
.fa-xmark::before { content: "\f00d"; }
.fa-quote-left::before { content: "\f10d"; }
.fa-rocket::before { content: "\f135"; }
.fa-heart::before { content: "\f004"; }
.fa-facebook-f::before { content: "\f39e"; }
.fa-instagram::before { content: "\f16d"; }
.fa-linkedin-in::before { content: "\f0e1"; }
.fa-whatsapp::before { content: "\f232"; }
.fa-youtube::before { content: "\f167"; }
