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

[class^="sc-icon-"], [class*=" sc-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Social-Icon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  transition: all 0.3s ease;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.sc-icon-discord:before {
  content: "\e900";
  color: inherit;
}
.sc-icon-facebook:before {
  content: "\e901";
  color: inherit;
}
.sc-icon-github:before {
  content: "\e902";
  color: inherit;
}
.sc-icon-instagram:before {
  content: "\e903";
  color: inherit;
}
.sc-icon-linkedin:before {
  content: "\e904";
  color: inherit;
}
.sc-icon-telegram:before {
  content: "\e905";
  color: inherit;
}
.sc-icon-tiktok:before {
  content: "\e906";
  color: inherit;
}
.sc-icon-twitter:before {
  content: "\e907";
  color: inherit;
}
.sc-icon-whatsapp:before {
  content: "\e908";
  color: inherit;
}
.sc-icon-youtube:before {
  content: "\e909";
  color: inherit;
}
