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

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

.icomoon-icon-home:after {
  content: "\e900";
}
.icomoon-icon-cancel-circle:after {
  content: "\ea0d";
}
