:root {
  color-scheme: dark;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #f2f4f6;
  background: #0f1216;
}

body {
  max-width: 760px;
  margin: 0 auto;
  padding: 32px 22px 56px;
  line-height: 1.55;
}

h1, h2 { line-height: 1.15; }
h1 { color: #e09f3e; }
h2 { margin-top: 30px; }
a { color: #f0b65f; }
.updated { color: #aeb6c0; }
