@font-face {
  font-family: 'Hofladen';
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/Merriweather-VariableFont_opsz,wdth,wght.ttf) format('truetype');
}
body {
  font-family: 'Hofladen', serif;
  font-size: min(3vh, 3vw);
  text-align: center;
}
h1 {
	  font-size: min(5vh, 5vw);
}