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

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

.fktags-bio:before {
  content: "\e900";
}
.fktags-cukormentes:before {
  content: "\e901";
}
.fktags-glutenmentes:before {
  content: "\e902";
}
.fktags-laktozmentes:before {
  content: "\e903";
}
.fktags-sertesmentes:before {
  content: "\e904";
}
.fktags-vegan:before {
  content: "\e905";
}
.fktags-vegyszermentes:before {
  content: "\e906";
}
