/* General setup */

html {
  font-size: 20px;
  margin: 0;
  color: white;
  font-family: 'ToxTypewriter';
}
@font-face {
    font-family: 'ToxTypewriter';
    src: url('fonts/ToxTypewriter.woff2') format('woff2'),
        url('fonts/ToxTypewriter.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
