*{
    margin: 0;
}


.preface-text p {
  font-size: 2rem;
  font-family: "hershey-noailles-help-me";
  color: #6d7972;
  line-height: 120%;
   text-align: justify;
  text-justify: inter-character;
  margin: 10%;
  max-width: 50ch;
}

.preface-text p a {
color: #0b0bf5;
}


@font-face {
    font-family: "hershey-noailles-help-me";
    src: url("Hershey-Noailles-help-me.woff2");
}