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

ic, .icomoon-liga {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'tkun' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-envelope:before {
  content: "\e90a";
}
.icon-bars:before {
  content: "\e90d";
}
.icon-ban-solid:before {
  content: "\e902";
}
.icon-up:before {
  content: "\e906";
}
.icon-down:before {
  content: "\e907";
}
.icon-left-solid:before {
  content: "\e916";
}
.icon-right-solid:before {
  content: "\e917";
}
.icon-question:before {
  content: "\e915";
}
.icon-info:before {
  content: "\e914";
}
.icon-delete:before {
  content: "\e910";
}
