@font-face {
  font-family: 'PoemFont';
  src: url("../static/FreeSerif.otf") format("opentype");
}

@font-face {
  font-family: 'PoemFont';
  src: url("../static/FreeSerifBold.otf") format("opentype");
  font-weight: bold;
}

@font-face {
  font-family: 'PoemFont';
  src: url("../static/FreeSerifBoldItalic.otf") format("opentype");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'PoemFont';
  src: url("../static/FreeSerifItalic.otf") format("opentype");
  font-style: italic;
}