.MH {
  font-family: "Vollkorn", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: xxx-large;
}

.NT {


  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: large;


}
@font-face {
    font-family: 'Folio'; /* Choose a name for your font */
    src: url('../Font/Foliol.ttf') format('truetype'); /* Replace with the actual path and filename */
  }
  @font-face {
    font-family: 'Nomark'; /* Choose a name for your font */
    src: url('../Font/Nomark.otf') format('truetype'); /* Replace with the actual path and filename */
  }
  
