@font-face {
  font-family: 'kadoman';
  src:  url('fonts/kadoman.eot?u99qnn');
  src:  url('fonts/kadoman.eot?u99qnn#iefix') format('embedded-opentype'),
    url('fonts/kadoman.ttf?u99qnn') format('truetype'),
    url('fonts/kadoman.woff?u99qnn') format('woff'),
    url('fonts/kadoman.svg?u99qnn#kadoman') 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: 'kadoman' !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-done:before {
  content: "\e905";
}
.icon-favorite:before {
  content: "\e900";
}
.icon-arrow_up:before {
  content: "\e901";
}
.icon-target:before {
  content: "\e902";
}
.icon-login:before {
  content: "\e903";
}
.icon-shopping:before {
  content: "\e904";
}
