<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: 'emuvr';
  src: url('../font/emuvr.eot?8068921');
  src: url('../font/emuvr.eot?8068921#iefix') format('embedded-opentype'),
       url('../font/emuvr.woff2?8068921') format('woff2'),
       url('../font/emuvr.woff?8068921') format('woff'),
       url('../font/emuvr.ttf?8068921') format('truetype'),
       url('../font/emuvr.svg?8068921#emuvr') 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: 'emuvr';
    src: url('../font/emuvr.svg?8068921#emuvr') format('svg');
  }
}
*/
 
 [class^="icz-"]:before, [class*=" icz-"]:before {
  font-family: "emuvr";
  font-style: normal;
  font-weight: normal;
  speak: none;
  transform: translate(0px);
 
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.ic-2x { font-size: 2em; }
.ic-3x { font-size: 3em; }
.ic-4x { font-size: 4em; }
.ic-5x { font-size: 6em; }
 
.icz-patreon-squared:before { content: '\e800'; } /* 'î&nbsp;€' */
.icz-rss-squared:before { content: '\f143'; } /* 'ï…ƒ' */
.icz-youtube-squared:before { content: '\f166'; } /* 'ï…¦' */
.icz-mail-squared:before { content: '\f199'; } /* 'ï†™' */
.icz-twitter-squared:before { content: '\f304'; } /* 'ïŒ„' */
.icz-facebook-squared:before { content: '\f308'; } /* 'ïŒˆ' */</pre></body></html>