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

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

.sp-icon-x:before {
  content: "\e900";
}
.sp-icon-whatsapp:before {
  content: "\ea93";
}
.sp-icon-telegram:before {
  content: "\ea95";
}
.sp-icon-youtube:before {
  content: "\ea9d";
}
.sp-icon-reddit:before {
  content: "\eac6";
}
