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

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-size: 2em;
  text-transform: none;
  justify-content: center;
  justify-items: center;
  align-items: center;
  align-content: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-inbox-download:before {
  content: "\e902";
  font-weight: 700;
}
.icon-mail-envelope-closed:before {
  content: "\e900"; 
  font-weight: 700;
}
.icon-linkedin:before {
  content: "\e903";
  font-weight: 700;
}
.icon-figma:before {
  content: "\e901";
  color: #00d2df;
}
.icon-twitter:before {
  content: "\ea96";
  color: #00d2df;
}
.icon-youtube:before {
  content: "\ea9d";
  color: #00d2df;
}
.icon-twitch:before {
  content: "\ea9f";
  color: #00d2df;
}
.icon-github:before {
  content: "\eab0";
  font-weight: 700;
}