<meta charset="utf-8">
<style>
h1,h2,h3,h4,h5,h6 {
  font-family: "Franziska Pro";
  font-weight: 400;
}

th {
  display: none;
}

:root {
  font-family: "Roboto Condensed";
  font-weight: 200;
  line-height: 1.5;
  font-size: 14pt;
}

p, li {
  margin-bottom: 0.75rem;
}

td {
  font-weight: 200;
  font-size: 1rem;
}

body > div > div {
  page-break-inside: avoid;
}

div#zutaten table td:first-child {
  padding-right: 1rem;
  min-width: 6rem;
}
</style>