:root {
  --ink: #202020;
  --soft: #77736b;
  --line: #cbc7bd;
  --paper: #faf9f6;
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font: 18px/1.65 Georgia, serif;
}

.page {
  width: min(100% - 36px, 40rem);
  margin: 0 auto;
  padding-bottom: 3rem;
}

.site-header {
  padding: 1.1rem 0;
  border-bottom: 1px solid var(--line);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.82rem;
}

.site-header a {
  color: inherit;
  text-decoration: none;
}

.site-header a:hover { text-decoration: underline; }

article { padding: 2.6rem 0; }

.article-header {
  margin-bottom: 2rem;
  padding-left: 1rem;
  border-left: 3px solid var(--ink);
}

.article-header h1 {
  margin: 0 0 0.4rem;
  font-size: clamp(1.9rem, 8vw, 2.8rem);
  line-height: 1.08;
  font-weight: normal;
}

.article-meta {
  margin: 0;
  color: var(--soft);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.75rem;
}

p { margin: 0 0 1.1em; }

a {
  color: inherit;
  text-decoration-color: var(--soft);
  text-underline-offset: 0.18em;
}

img {
  display: block;
  width: 100%;
  height: auto;
  margin: 1.75rem 0;
}

.back {
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.78rem;
}
