/* style.css - minimal but readable */
body {
  font-family: system-ui, sans-serif;
  margin: 2em auto;
  max-width: 800px;
  line-height: 1.6;
  padding: 0 1em;
  background: #fdfdfd;
  color: #222;
}

h1, h2, h3 {
  color: #004080;
}

a {
  color: #0077cc;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

code {
  background: #f0f0f0;
  padding: 0.2em 0.4em;
  border-radius: 4px;
  font-size: 0.95em;
}
