@font-face {
  font-family: 'newSocialIcons';
  src:
    url('fonts/newSocialIcons.ttf?iipoo9') format('truetype'),
    url('fonts/newSocialIcons.woff?iipoo9') format('woff'),
    url('fonts/newSocialIcons.svg?iipoo9#newSocialIcons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="social-"], [class*=" social-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'newSocialIcons' !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-threads:before {
  content: "\e901";
}
.social-xtwitter:before {
  content: "\e900";
}
