@font-face {
  font-family: 'Determination Mono';
  src: url('determination-mono.otf.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sans';
  src: url('comic-sans-ut.otf.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pap';
  src: url('papyrus-ut.otf.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
    background-color: black;
    color: white;
    font-family: 'Determination Mono', 'Courier New', Courier, monospace;
}

p, h1, h2, h3, a {
    font-family: 'Determination Mono', 'Courier New', Courier, monospace;
    color: white;
}

h2 {
    font-weight: bold;
}

.gastbox {
    font-family: 'Wingdings', sans-serif;
    display: inline-block;
    font-weight: bold;
    border-style: solid;
    border-color: white;
    background-color: black;
    color: white;
    padding: 5px;
}

.sansbox {
    font-family: 'Sans', 'Comic Sans MS', 'Chalkboard SE', cursive;
    display: inline-block;
    font-size: 18px;
    border-style: solid;
    border-color: white;
    background-color: black;
    color: white;
    padding: 5px;
}

.papbox {
    font-family: 'Pap', 'Papyrus', sans-serif;
    display: inline-block;
    font-size: 18px;
    border-style: solid;
    border-color: white;
    background-color: black;
    color: white;
    padding: 5px;
}

.gast {
    font-family: 'Wingdings', sans-serif;
    font-weight: bold;
    color: white;
}

.sans {
    font-family: 'sans', 'Comic Sans MS', 'Chalkboard SE', cursive;
    font-weight: bold;
    color: white;
}

.pap {
    font-family: 'Pap', 'Papyrus', sans-serif;
    font-weight: bold;
    color: white;
}

.box {
    font-family: 'Determination Mono', 'Courier New', Courier, monospace;
    display: inline-block;
    font-size: 18px;
    border-style: solid;
    border-color: white;
    background-color: black;
    color: white;
    padding: 5px;
}

p {
    font-size: 18px;
}
