@font-face {
  font-family: 'fontello';
  src: url('../fonts/fontello.eot?20230811');
  src: url('../fonts/fontello.eot?20230811#iefix') format('embedded-opentype'),
       url('../fonts/fontello.woff2?20230811') format('woff2'),
       url('../fonts/fontello.woff?20230811') format('woff'),
       url('../fonts/fontello.ttf?20230811') format('truetype'),
       url('../fonts/fontello.svg?20230811#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?71561249#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.icon-x-logo:before { content: '\e800'; } /* '' */
.icon-threads:before { content: '\e801'; } /* '' */
