/* Nemesis Grant */

@font-face {
  font-family: "nemesis grant";
  src:
    url("NemesisGrant.woff2") format("woff2"),
    url("NemesisGrant.woff")  format("woff"),
    url("NemesisGrant.ttf")   format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

  /* Eurostile */
@font-face {
    font-family: 'eurostile';
    font-style: normal;
    font-weight: 300;
    font-stretch: normal;
    src: url(Eurostile.ttf) format('ttf');
  }

  /* Spongbob */
@font-face {
    font-family: 'spongbob';
    font-style: normal;
    font-weight: 300;
    font-stretch: normal;
    src: url(Spongbob.ttf) format('ttf');
  }