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

.is {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icoshark' !important;
  speak: none;
  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;
}

.is-logo:before {
  content: "\e900";
}
.is-numbers:before {
  content: "\e901";
}
.is-sharkie:before {
  content: "\e902";
}
.is-sharkie-o:before {
  content: "\e903";
}

