@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url("MaterialIconsRound-Regular.eot"); /* For IE6-8 */
  src: local("Material Icons Round"),
    local("MaterialIconsRound-Regular"),
    url("MaterialIconsRound-Regular.otf") format("opentype");
}

@font-face {
  font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("Inter-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("Inter-ExtraBold.ttf") format("truetype");
}

@font-face {
  font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("Roboto-Regular.ttf") format("truetype");
}

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

  [class^="icon-"], [class*=" 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;
}

  .icon-twitter:before {
  content: "\e900";
}
  .icon-discord:before {
  content: "\e901";
}

