@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?qzr1z1');
  src:  url('fonts/icomoon.eot?qzr1z1#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?qzr1z1') format('truetype'),
    url('fonts/icomoon.woff?qzr1z1') format('woff'),
    url('fonts/icomoon.svg?qzr1z1#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-contact:before {
  content: "\e90d";
}
.icon-facebook:before {
  content: "\e900";
}
.icon-hamburger:before {
  content: "\e901";
}
.icon-instagram:before {
  content: "\e902";
}
.icon-linkedin:before {
  content: "\e903";
}
.icon-arrow-left:before {
  content: "\e904";
}
.icon-arrow-right:before {
  content: "\e905";
}
.icon-arrow2-right:before {
  content: "\e906";
}
.icon-arrow2-left:before {
  content: "\e906";
  display: inline-block;
  transform: rotate(180deg);
}
.icon-close:before {
  content: "\e907";
}
.icon-star:before {
  content: "\e908";
}
.icon-symbol:before {
  content: "\e909";
}
.icon-arrow-up:before {
  content: "\e90a";
}
.icon-play:before {
  content: "\e90b";
}
.icon-xing:before {
  content: "\e90c";
}
