@font-face {
  src: url('/aux/fonts/publicpixel/publicpixel.woff2');
  font-family: publicpixel;
}

@font-face {
  src: url('/aux/fonts/noto-sans/notosans.ttf');
  font-family: noto-sans;
}

body {
  background: white;
  margin: 0;
}

.category {
  font-size: 2rem;
  text-align: center;
  font-family: noto-sans;
}

.article {
  background-color: red;
  font-family: noto-sans;
  font-size: 2rem;
  display: flex;
  margin: 1rem;
  padding: 1rem;
  width: 10rem;
}
