@font-face {
  font-family: 'icomoon';
  src:  url('./icomoon.eot?j3bcpk');
  src:  url('./icomoon.eot?j3bcpk#iefix') format('embedded-opentype'),
    url('./icomoon.ttf?j3bcpk') format('truetype'),
    url('./icomoon.woff?j3bcpk') format('woff'),
    url('./icomoon.svg?j3bcpk#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="custom-icon-"], [class*=" custom-icon-"] {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.custom-icon-slider-arrow-right:before {
  content: "\e900";
}
.custom-icon-slider-arrow-left:before {
  content: "\e901";
}
