@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?fut3ut');
  src:  url('../fonts/icomoon.eot?fut3ut#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?fut3ut') format('truetype'),
    url('../fonts/icomoon.woff?fut3ut') format('woff'),
    url('../fonts/icomoon.svg?fut3ut#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: 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-th-list:before {
  content: "\f00b";
}
.icon-lock:before {
  content: "\f023";
}
.icon-bookmark:before {
  content: "\f02e";
}
.icon-play:before {
  content: "\f04b";
}
.icon-arrows-alt:before {
  content: "\f0b2";
}
.icon-caret-down:before {
  content: "\f0d7";
}
.icon-keyboard:before {
  content: "\e955";
}
.icon-search:before {
  content: "\e90c";
}
.icon-star-full:before {
  content: "\e9d9";
}
.icon-heart:before {
  content: "\e9da";
}
.icon-notification:before {
  content: "\ea08";
}
