@font-face {
  font-family: 'Font-Awesome-5';
  src:  url('../fonts/fa-brands-400.woff2') format('woff2'), url('../fonts/fa-brands-400.eot?or6g61#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Font-Awesome-5-free';
  src: url('../fonts/fa-solid-900.woff2') format('woff2'), url('../fonts/fa-regular-400.eot?or6g61#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.fab {
  /* use !important to prevent issues with browser extensions that change fonts */
  /* csslint ignore:start */
  font-family: 'Font-Awesome-5' !important;
  /* csslint ignore:end */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-youtube:before {
  content: "\f167";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-linkedin-in:before {
  content: "\f0e1";
}
.fa-facebook-f:before {
  content: "\f39e";
}
.fa-instagram:before {
  content: "\f16d";
}
