@font-face {
  font-family: 'Social-Icons';
  src:  url('fonts/Social-Icons.eot?4wafhw');
  src:  url('fonts/Social-Icons.eot?4wafhw#iefix') format('embedded-opentype'),
    url('fonts/Social-Icons.ttf?4wafhw') format('truetype'),
    url('fonts/Social-Icons.woff?4wafhw') format('woff'),
    url('fonts/Social-Icons.svg?4wafhw#Social-Icons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="social-icons"], [class*=" social-icons"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Social-Icons' !important;
  speak: never;
  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;
}

.social-iconsfacebook:before {
  content: "\e900";
}
.social-iconslinkedin:before {
  content: "\e901";
}
.social-iconstwitter:before {
  content: "\e902";
}
