@font-face {
  font-family: 'icomoon';
  src:  url('icomoon.eot?86syv8');
  src:  url('icomoon.eot?86syv8#iefix') format('embedded-opentype'),
  url('icomoon.ttf?86syv8') format('truetype'),
  url('icomoon.woff?86syv8') format('woff'),
  url('icomoon.svg?86syv8#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-arrow-left:before {
  content: "\e905";
}
.icon-arrow-right:before {
  content: "\e906";
}
.icon-zoom:before {
  content: "\e907";
}
.icon-arrow:before {
  content: "\e902";
  color: #8c8c8c;
}
.icon-icon:before {
  content: "\e900";
  color: #a3b2c4;
}
.icon-mail:before {
  content: "\e903";
  color: #8c8c8c;
}
.icon-check:before {
  content: "\e901";
  color: #99a3ab;
}
.icon-cross:before {
  content: "\e904";
  color: #a3b2c4;
}
