@font-face {
  font-family: 'icomoon';
  src:
    url('icomoon.ttf?rb3yq3') format('truetype'),
    url('icomoon.woff?rb3yq3') format('woff'),
    url('icomoon.svg?rb3yq3#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

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

.social-icon-discord:before {
  content: "\e900";
}
.social-icon-facebook:before {
  content: "\ea90";
}
.social-icon-twitter:before {
  content: "\ea96";
}
#socials {
  text-align: center;
  padding-top: 10px;
}
#socials a {
  font-size: 28px;
  margin: 10px;
}
