@font-face {
  font-family: 'skticon';
  src:
    url('fonts/skticon.ttf?y3rfd4') format('truetype'),
    url('fonts/skticon.woff?y3rfd4') format('woff'),
    url('fonts/skticon.svg?y3rfd4#skticon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

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

.stkicon-menu-bar:before {
  content: "\e900";
}
.stkicon-search:before {
  content: "\e901";
}
.stkicon-plus:before {
  content: "\e902";
}
.stkicon-close:before {
  content: "\e903";
}
.stkicon-menu-bar2:before {
  content: "\e904";
}
