body {
  color: #1f2937;
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.65;
  margin: 0;
  background: #fbfaf7;
}
a { color: #155e75; }
img { height: auto; max-width: 100%; }
.site-header {
  align-items: baseline;
  border-bottom: 1px solid #d8d2c4;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  padding: 1rem clamp(1rem, 4vw, 3rem);
}
.site-title {
  color: #111827;
  font-size: 1.25rem;
  font-weight: 700;
  text-decoration: none;
}
nav {
  display: flex;
  gap: 1rem;
}
main {
  margin: 0 auto;
  max-width: 760px;
  padding: 2rem clamp(1rem, 4vw, 3rem) 4rem;
}
.intro h1 {
  font-size: clamp(2.25rem, 7vw, 4rem);
  line-height: 1;
  margin: 0 0 2rem;
}
.post-list article {
  border-top: 1px solid #e3ddd0;
  padding: 1.5rem 0;
}
.post-list h2,
.content h1 {
  line-height: 1.15;
}
time {
  color: #64748b;
  display: block;
  font-family: system-ui, sans-serif;
  font-size: .9rem;
  margin-bottom: .35rem;
}
.content :is(p, ul, ol, blockquote) {
  font-size: 1.08rem;
}
