:root {
  --ink: #1d2228;
  --muted: #5d6875;
  --line: #dfe3e8;
  --bg: #fbfaf7;
  --accent: #2f6f5e;
}
* { box-sizing: border-box; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font: 16px/1.65 "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
}
.wrap { max-width: 43rem; margin: 0 auto; padding: 2.5rem 1.25rem 4rem; }
header.site { border-bottom: 1px solid var(--line); padding-bottom: 1rem; margin-bottom: 2rem; }
header.site a.brand {
  font-size: 1.15rem; letter-spacing: .04em; text-transform: uppercase;
  color: var(--ink); text-decoration: none; font-weight: 600;
}
nav a { color: var(--muted); text-decoration: none; margin-right: 1.1rem; font-size: .92rem; }
nav a:hover { color: var(--accent); text-decoration: underline; }
nav { margin-top: .55rem; }
h1 { font-size: 1.85rem; line-height: 1.25; margin: 0 0 .6rem; }
h2 { font-size: 1.2rem; margin: 2rem 0 .5rem; }
p, li { color: #2a3037; }
a { color: var(--accent); }
.lede { font-size: 1.08rem; color: var(--muted); margin-top: 0; }
table { border-collapse: collapse; width: 100%; font-size: .95rem; margin: 1rem 0; }
th, td { text-align: left; padding: .45rem .6rem; border-bottom: 1px solid var(--line); }
th { color: var(--muted); font-weight: 600; font-size: .85rem; text-transform: uppercase; letter-spacing: .03em; }
code { background: #f0efe9; padding: .1rem .3rem; border-radius: 3px; font-size: .9em; }
ul.posts { list-style: none; padding: 0; }
ul.posts li { padding: .7rem 0; border-bottom: 1px solid var(--line); }
ul.posts .date { color: var(--muted); font-size: .85rem; display: block; }
footer.site { margin-top: 3rem; padding-top: 1rem; border-top: 1px solid var(--line); color: var(--muted); font-size: .85rem; }
figure { margin: 1.5rem 0; }
figcaption { color: var(--muted); font-size: .85rem; margin-top: .4rem; }
img { max-width: 100%; height: auto; }
