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

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

.icon-facebook:before {
  content: "\e908";
}
.icon-globe:before {
  content: "\e90b";
}
.icon-close-x:before {
  content: "\e909";
}
.icon-chevron:before {
  content: "\e90a";
}
.icon-arrow:before {
  content: "\e907";
}
.icon-reddit:before {
  content: "\e900";
}
.icon-discord:before {
  content: "\e904";
}
.icon-gitlab:before {
  content: "\e905";
}
.icon-telegram:before {
  content: "\e906";
}
.icon-linkedin:before {
  content: "\e90d";
}
.icon-share:before {
  content: "\e90c";
}
.icon-github:before {
  content: "\e901";
}
.icon-youtube:before {
  content: "\e902";
}
.icon-x:before, .icon-twitter:before {
  content: "\e903";
}
