/* Zilla Slab – selbst gehostet */
@font-face {
  font-family: 'Zilla Slab';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/zilla-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Zilla Slab';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/zilla-600.woff2') format('woff2');
}

/* Schrift seitenweit setzen */
body {
  font-family: 'Zilla Slab', Georgia, serif;
  line-height: 1.7;
}

/* Mehr Luft zwischen den Eintraegen */
.about p,
article p,
.content p,
li {
  line-height: 1.75;
  margin-bottom: 0.4em;
}
/* Groessere Grundschrift auf Smartphones */
@media (max-width: 600px) {
  html {
    font-size: 65%;
  }
}
