/* Ansible managed (82-web). Deliberately one small file, no webfonts, no CDN:
   j-web's egress allowlist is 80/443/53 and nothing here should need it. */
:root { color-scheme: light dark; }
body {
  max-width: 42rem;
  margin: 3rem auto;
  padding: 0 1.25rem;
  font: 1rem/1.6 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
}
h1 { font-size: 1.6rem; margin-bottom: 0.2rem; }
h2 { font-size: 1.1rem; margin-top: 2rem; }
code { font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 0.9em; }
ul { padding-left: 1.2rem; }
a { color: inherit; text-underline-offset: 0.15em; }
@media (prefers-color-scheme: dark) { body { background: #111; color: #ddd; } }
