.fab, .far {
    font-weight: 400;
}

.fab {
    font-family: "Font Awesome 5 Brands";
}
.fa, .fab, .fad, .fal, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

@font-face{
  font-family:"Font Awesome 5 Brands";
  font-style:normal;
  font-weight:400;
  font-display:block;
  src:url(../fonts/Brands/fa-brands-400.eot);
  src:url(../fonts/Brands/fa-brands-400.eot?#iefix)
  format("embedded-opentype"),  url(../fonts/Brands/fa-brands-400.woff2)
  format("woff2"),url(../fonts/Brands/fa-brands-400.woff)
  format("woff"),url(../fonts/Brands/fa-brands-400.ttf)
  format("truetype"),url(../fonts/Brands/fa-brands-400.svg#fontawesome)
  format("svg")
}

.fa-facebook-f:before {
    content: "\f39e";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-facebook-square:before{content:"\f082";}
