@font-face {
  font-family: 'icomoon';
  src:  url('assets/vendor/font-awesome/fonts/icomoon.eot?ay1u2j');
  src:  url('assets/vendor/font-awesome/fonts/icomoon.eot?ay1u2j#iefix') format('embedded-opentype'),
    url('assets/vendor/font-awesome/fonts/icomoon.ttf?ay1u2j') format('truetype'),
    url('assets/vendor/font-awesome/fonts/icomoon.woff?ay1u2j') format('woff'),
    url('assets/vendor/font-awesome/fonts/icomoon.svg?ay1u2j#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-play3:before {
  content: "\ea1c";
}
.icon-pause2:before {
  content: "\ea1d";
}
.icon-arrow-right2:before {
  content: "\ea3c";
}
.icon-arrow-left2:before {
  content: "\ea40";
}
