@font-face {
  font-family: PoiretOne; /* set name */
  src: url(/font/PoiretOne-Regular.ttf); /* url of the font */
}

@font-face {
  font-family: NotoSans; /* set name */
  src: url(/font/NotoSans-VariableFont_wdth,wght.ttf); /* url of the font */
}

html, body{
  margin: 0;
  height: 100%;
  background: #000;
}

p {
  font-family: NotoSans, PoiretOne, sans-serif; /* use font */
  font-weight: lighter;
}
