@font-face {
  font-family: 'cxany';
  src:
    url('fonts/cxany.ttf?p9zxy6') format('truetype'),
    url('fonts/cxany.woff?p9zxy6') format('woff'),
    url('fonts/cxany.svg?p9zxy6#cxany') 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: 'cxany' !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-loading:before {
  content: "\e91f";
}
.icon-prev:before {
  content: "\e900";
}
.icon-play:before {
  content: "\e901";
}
.icon-pause:before {
  content: "\e902";
}
.icon-next:before {
  content: "\e903";
}
.icon-random:before {
  content: "\e904";
}
.icon-sequence:before {
  content: "\e905";
}
.icon-single:before {
  content: "\e906";
}
.icon-theme:before {
  content: "\e90a";
}
.icon-dark:before {
  content: "\e907";
}
.icon-timer:before {
  content: "\e908";
}
.icon-favorite:before {
  content: "\e909";
}
