@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?d1ek5z');
  src:  url('fonts/icomoon.eot?d1ek5z#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?d1ek5z') format('truetype'),
    url('fonts/icomoon.woff?d1ek5z') format('woff'),
    url('fonts/icomoon.svg?d1ek5z#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-equalizer:before {
  content: "\e901";
}
.icon-email:before {
  content: "\e900";
}
.icon-clear:before {
  content: "\e904";
}
.icon-keyboard_arrow_up:before {
  content: "\e902";
}
.icon-menu:before {
  content: "\e905";
}
.icon-verified:before {
  content: "\e903";
}
.icon-linkedin-square:before {
  content: "\f08c";
}
.icon-external-link:before {
  content: "\f08e";
}
.icon-github:before {
  content: "\f09b";
}
