@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/fontawesome/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/fontawesome/fa-brands-400.woff2") format("woff2");
}

:root {
  --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free";
  --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
}

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

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

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

.fa-home::before { content: "\f015"; }
.fa-times::before { content: "\f00d"; }
.fa-envelope::before { content: "\f0e0"; }
.fa-phone::before { content: "\f095"; }
.fa-clock::before { content: "\f017"; }
.fa-bars::before { content: "\f0c9"; }
.fa-cloud-arrow-down::before { content: "\f0ed"; }
.fa-arrow-left::before { content: "\f060"; }
.fa-arrow-right::before { content: "\f061"; }
.fa-user-check::before { content: "\f4fc"; }
.fa-link::before { content: "\f0c1"; }
.fa-user-clock::before { content: "\f4fd"; }
.fa-qrcode::before { content: "\f029"; }
.fa-id-card::before { content: "\f2c2"; }
.fa-users::before { content: "\f0c0"; }
.fa-headphones::before { content: "\f025"; }
.fa-id-badge::before { content: "\f2c1"; }
.fa-chalkboard-user::before { content: "\f51c"; }
.fa-chalkboard::before { content: "\f51b"; }
.fa-book-reader::before { content: "\f5da"; }
.fa-location-dot::before { content: "\f3c5"; }
.fa-copyright::before { content: "\f1f9"; }
.fa-facebook-f::before { content: "\f39e"; }
.fa-twitter::before { content: "\f099"; }
.fa-linkedin-in::before { content: "\f0e1"; }
.fa-instagram::before { content: "\f16d"; }
.fa-youtube::before { content: "\f167"; }
.fa-whatsapp::before { content: "\f232"; }
