@font-face {
  font-family: 'icomoon';
  src:  url('./icomoon.eot?o1la66');
  src:  url('./icomoon.eot?o1la66#iefix') format('embedded-opentype'),
    url('./icomoon.ttf?o1la66') format('truetype'),
    url('./icomoon.woff?o1la66') format('woff'),
    url('./icomoon.svg?o1la66#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";
}
