#headfont {
  font-family: 'Fraktur Pro';
  font-weight: lighter;
  color: rgb(47, 32, 3);
  font-size: 55px;
}

body {
  margin: 0;
  /*font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif;*/
  font-size: 2rem;
  /*font-weight: 400;*/
  /*line-height: 5;*/
  /*color: #212529;*/
  /*text-align: left;*/
  /*background-color: #fff;*/
}

