@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?q8iurj');
  src:  url('fonts/icomoon.eot?q8iurj#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?q8iurj') format('truetype'),
    url('fonts/icomoon.woff?q8iurj') format('woff'),
    url('fonts/icomoon.svg?q8iurj#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[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-clock:before {
  content: "\e94e";
}
.icon-spoon-knife:before {
  content: "\e9a3";
}
.icon-power:before {
  content: "\e9b5";
}
.icon-plus:before {
  content: "\ea0a";
}

