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

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

.icon-brand-discord:before {
  content: "\e900";
  color: #7289da;
}
.icon-brand-facebook:before {
  content: "\e901";
  color: #1877f2;
}
.icon-brand-instagram:before {
  content: "\e902";
  color: #e4405f;
}
.icon-brand-tiktok:before {
  content: "\e903";
}
.icon-brand-twitter:before {
  content: "\e904";
  color: #1da1f2;
}
.icon-brand-youtube:before {
  content: "\e905";
  color: #f00;
}
