<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: 'mycred-social-icons';
  src:  url('fonts/mycred-social-icons.eot?u9j1dx');
  src:  url('fonts/mycred-social-icons.eot?u9j1dx#iefix') format('embedded-opentype'),
    url('fonts/mycred-social-icons.ttf?u9j1dx') format('truetype'),
    url('fonts/mycred-social-icons.woff?u9j1dx') format('woff'),
    url('fonts/mycred-social-icons.svg?u9j1dx#mycred-social-icons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

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

.mycred-social-icon-bars:before {
  content: "\e900";
}
.mycred-social-icon-facebook:before {
  content: "\e901";
}
.mycred-social-icon-instagram:before {
  content: "\e902";
}
.mycred-social-icon-linkedin:before {
  content: "\e903";
}
.mycred-social-icon-pinterest:before {
  content: "\e904";
}
.mycred-social-icon-twitch:before {
  content: "\e905";
}
.mycred-social-icon-twitter:before {
  content: "\e906";
}
.mycred-social-icon-whatsapp:before {
  content: "\e907";
}
.mycred-social-icon-youtube:before {
  content: "\e908";
}
</pre></body></html>