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

i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icon-socials' !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;
}

.is-instagram:before {
  content: "\e900";
}
.is-discord:before {
  content: "\e901";
}
.is-facebook:before {
  content: "\e902";
}
.is-forum:before {
  content: "\e903";
}
.is-telegram:before {
  content: "\e904";
}
.is-vk:before {
  content: "\e905";
}
.is-youtube:before {
  content: "\e906";
}
