@font-face {
  font-family: 'k64copy';
  src:  url('./k64copy.eot?auengi');
  src:  url('./k64copy.eot?auengi#iefix') format('embedded-opentype'),
    url('./k64copy.ttf?auengi') format('truetype'),
    url('./k64copy.woff?auengi') format('woff'),
    url('./k64copy.svg?auengi#k64copy') 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: 'k64copy' !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-burn {
  color:#D04;
}
.icon-spark{
  color:#dc2;
}
.icon-stone {
  color:#953;
}
.icon-needle {
  color:#e83;
}
.icon-cutter {
  color:#4a3;
}
.icon-bomb {
  color:#555;
}
.icon-ice{
  color:#49f;
}

.icon-burn:before {
  content: "\f043";
}
.icon-spark:before {
  content: "\f0e7";
}
.icon-stone:before {
  content: "\f111";
}
.icon-needle:before {
  content: "\f124";
}
.icon-cutter:before {
  content: "\f186";
}
.icon-bomb:before {
  content: "\f1e2";
}
.icon-ice:before {
  content: "\f2dc";
}
