@font-face {
  font-family: 'icomoon';
  src:  url('/fonts/icomoon.eot');
  src:  url('/fonts/icomoon.eot#iefix') format('embedded-opentype'),
    url('/fonts/icomoon.ttf') format('truetype'),
    url('/fonts/icomoon.woff') format('woff'),
    url('/fonts/icomoon.svg#icomoon') 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: 'icomoon' !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-youtube:before {
  content: "\e901";
  color: #f00;
}
.icon-twitter:before {
  content: "\e903";
  color: #1da1f2;
}
.icon-discord:before {
  content: "\e900";
  color: #7289da;
}
.icon-th-large:before {
  content: "\f009";
}
.icon-info-circle:before {
  content: "\f05a";
}
.icon-user-circle:before {
  content: "\f2bd";
}
.icon-home3:before {
  content: "\e902";
}
.icon-download3:before {
  content: "\e9c7";
}
.icon-arrow-down:before {
  content: "\ea36";
}
.icon-appleinc:before {
  content: "\eabe";
}
.icon-android:before {
  content: "\eac0";
}
