body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #222;
  background-color: #fff;
  margin: 0;
  padding: 30px;
}

main {
  max-width: 800px;
  margin: 0 auto;
  padding: 2rem 1.25rem;
}

h1, h2, h3, h4 {
  font-weight: 600;
  line-height: 1.3;
  margin-top: 2rem;
  margin-bottom: 0.75rem;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.4rem;
}

h3 {
  font-size: 1.15rem;
}

h2::before {
  content: "§ ";
  color: #999;
}

p {
  margin: 0 0 1rem;
}

ul, ol {
  margin: 0 0 1rem 1.5rem;
}

li {
  margin-bottom: 0.5rem;
}

a {
  color: #005fcc;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

strong {
  font-weight: 600;
}

small {
  font-size: 0.875rem;
  color: #555;
}

@media print {
  body {
    font-size: 12pt;
    color: #000;
  }
}

.ml-40 {
  margin-left: 40px;
}
