@font-face {
    font-family: "ManuskriptGotisch";
    src: url("/fonts/ManuskriptGotisch.ttf") format("truetype");
}

@font-face {
    font-family: "Schrift";
    src: url("/fonts/Schrift.ttf") format("truetype");
}

body {
  font-family: "Schrift";
}

h1 {
  font-family: "ManuskriptGotisch";
  text-align: center;
}