@font-face {
  font-family: "Wave";
  src: url("https://naturallydark.neocities.org/Fonts/LTWave-Medium.otf") format("opentype");
}  


@font-face {
  font-family: "Fraktur";
  src: url("https://naturallydark.neocities.org/Fonts/Schmale%20Halbfette%20Fraktur.ttf") format("truetype");
}

@font-face {
  font-family: "Astonpoliz";
  src: url("https://naturallydark.neocities.org/Fonts/Astonpoliz.otf") format("opentype");
}

@font-face {
  font-family: "AERO";
  src: url("https://naturallydark.neocities.org/Fonts/AERO_03.otf") format("opentype");
}

@font-face {
  font-family: "Euphorigenic";
  src: url("https://naturallydark.neocities.org/Fonts/Euphorigenic.otf") format("opentype");
}

@font-face {
  font-family: "PettingillCF";
  src: url("https://naturallydark.neocities.org/Fonts/PettingillCF-Bold.otf") format("opentype");
}

@font-face {
  font-family: "Luminari";
  src: url("https://naturallydark.neocities.org/Fonts/Luminari.otf") format("opentype");
}

h1 {
  font: "Wave";
}

body {
  font-family: 'Wave', sans-serif;
  font-size: 16px;
  background-color: #282a36;
  color: #d9d9d9;
}