@font-face {
  font-family: "FA6Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
}
@font-face {
  font-family: "FA6Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
}

.fas, .fa-solid {
  font-family: "FA6Free";
  font-weight: 900;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
}
.fab, .fa-brands {
  font-family: "FA6Brands";
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
}

.fa-users::before        { content: "\f0c0"; }
.fa-user-tie::before     { content: "\f508"; }
.fa-sitemap::before      { content: "\f0e8"; }
.fa-brain::before        { content: "\f5dc"; }
.fa-facebook-f::before   { content: "\f39e"; }
.fa-instagram::before    { content: "\f16d"; }
.fa-linkedin-in::before  { content: "\f0e1"; }
.fa-twitter::before      { content: "\f099"; }
.fa-envelope::before     { content: "\f0e0"; }
.fa-phone::before        { content: "\f095"; }
.fa-shield-halved::before { content: "\f3ed"; }
.fa-arrow-right::before  { content: "\f061"; }
