@font-face {
  src: url(0-normal.woff2) format("woff2");
  font-family: ml;
  font-weight: 100 900;
  font-style: normal;
  unicode-range: U+0020-007F;
}

@font-face {
  src: url(1-italic.woff2) format("woff2");
  font-family: ml;
  font-weight: 100 900;
  font-style: italic;
  unicode-range: U+0020-007F;
}

*, html, body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: ml, mono;
  line-height: 1.5;
  color: #333333;
}


.top {
  padding: 1rem;

  h1 {
    font-size: 1.5rem;
  }
}
