@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?tlqs9x');
  src:  url('fonts/icomoon.eot?tlqs9x#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?tlqs9x') format('truetype'),
    url('fonts/icomoon.woff?tlqs9x') format('woff'),
    url('fonts/icomoon.svg?tlqs9x#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: none;
  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-clear-button:before {
  content: "\e900";
}
.icon-play-filled-triangle-button-of-right-arrow:before {
  content: "\e901";
}
.icon-profile-user:before {
  content: "\e902";
}
.icon-reload:before {
  content: "\e903";
}
.icon-tick:before {
  content: "\e904";
}
.icon-bell:before {
  content: "\e905";
}
