/* typography.css – Weltweberei Σ.typo.v1 */

body {
  font-size: 1rem;
  line-height: 1.6;
  font-family: system-ui, sans-serif;
  color: #111;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}

p {
  margin-bottom: 1.2em;
  max-width: 65ch;
}

a {
  color: #0044cc;
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: underline;
}