@font-face {
  font-family: 'ka_icons';
  src: url('fonts/ka_icons.eot?4y9xh6');
  src: url('fonts/ka_icons.eot?4y9xh6#iefix') format('embedded-opentype'),
    url('fonts/ka_icons.ttf?4y9xh6') format('truetype'),
    url('fonts/ka_icons.woff?4y9xh6') format('woff'),
    url('fonts/ka_icons.svg?4y9xh6#ka_icons') 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: 'ka_icons' !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-bar-chart:before {
  content: "\f080";
}

.icon-bug:before {
  content: "\f188";
}

.icon-check-circle-o:before {
  content: "\f05d";
}

.icon-chevron-down:before {
  content: "\f078";
}

.icon-chevron-right:before {
  content: "\f054";
}

.icon-code-fork:before {
  content: "\f126";
}

.icon-drawing-frame:before {
  content: "\e900";
}

.icon-object-ungroup:before {
  content: "\f248";
}

.icon-paper-plane:before {
  content: "\f1d8";
}

.icon-smile-o:before {
  content: "\f118";
}

.icon-sphere:before {
  content: "\e9c9";
}