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

[class^="custom-icon"], [class*=" custom-icon"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'custom-icon' !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;
}

.custom-iconbackward:before {
  content: "\e900";
}
.custom-iconfast-backward:before {
  content: "\e901";
}
.custom-iconfast-forward:before {
  content: "\e902";
}
.custom-iconforward:before {
  content: "\e903";
}
