@font-face {
  font-family: 'icomoon';
  src:  url('icons/icomoon58fd.eot?96b958');
  src:  url('icons/icomoon58fd.eot?96b958#iefix') format('embedded-opentype'),
    url('icons/icomoon58fd.ttf?96b958') format('truetype'),
    url('icons/icomoon58fd.woff?96b958') format('woff'),
    url('icons/icomoon58fd.svg?96b958#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-corner:before {
  content: "\e900";
}
.icon-arrow-long-right:before {
  content: "\e901";
}
.icon-star:before {
  content: "\e903";
  color: #e6e6e6;
}
.icon-check:before {
  content: "\e904";
  color: #fe5c36;
}
.icon-chevron-right:before {
  content: "\e905";
}
.icon-cross:before {
  content: "\e906";
  color: #536d7a;
}
.icon-play:before {
  content: "\e907";
  color: #fff;
}
.icon-question:before {
  content: "\e908";
}
