@font-face {
  font-family: 'icons';
  src:  url('icon-font/icons.eot?2nzkd2');
  src:  url('icon-font/icons.eot?2nzkd2#iefix') format('embedded-opentype'),
    url('icon-font/icons.ttf?2nzkd2') format('truetype'),
    url('icon-font/icons.woff?2nzkd2') format('woff'),
    url('icon-font/icons.svg?2nzkd2#icons') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icons' !important;
  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;
}

.icon-discord:before {
  content: "\e900";
  font-size: 1.25em;
}
.icon-share:before {
  content: "\e611";
}
.icon-x:before {
  content: "\e901";
}
.icon-symble:before {
  content: "\e902";
}
.icon-logo:before {
  content: "\e903";
}
.icon-play:before {
  content: "\e905";
}
.icon-tumblr:before {
  content: "\e906";
}
.icon-twitter:before {
  content: "\e907";
}
.icon-facebook:before {
  content: "\ea91";
}
.icon-instagram:before {
  content: "\ea92";
}
.icon-youtube:before {
  content: "\ea9d";
}
.icon-twitch:before {
  content: "\ea9f";
}


