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

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