body {
  max-width: 650px;
  margin: 60px auto;
  font-family: Georgia, serif;
  font-size: 20px;
  line-height: 1.7;
  color: #2e2b27;
  background-color: #f4f1ec;
  padding: 0 20px;
}

a {
  color: #6b5f52;
  text-decoration: underline;
  text-decoration-color: #c9c0b5;
}

a:hover {
  color: #2e2b27;
  text-decoration-color: #2e2b27;
}

nav {
  margin-bottom: 2.5rem;
  font-family: sans-serif;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
}

nav a {
  color: #8c8278;
  text-decoration: none;
  margin-right: 1.4rem;
  padding-bottom: 2px;
}

nav a:hover {
  color: #2e2b27;
}

nav a.active {
  color: #2e2b27;
  border-bottom: 1px solid #2e2b27;
}

h1 {
  font-size: 1.35rem;
  font-weight: normal;
  margin-bottom: 0.5rem;
}

hr {
  border: none;
  border-top: 1px solid #ddd8d0;
  margin: 1.5rem 0;
}

.bio {
  font-size: 0.95rem;
  color: #5a5148;
  margin-bottom: 1.5rem;
}

.post-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.post-list li {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  margin-bottom: 0.55rem;
}

.post-meta {
  font-family: sans-serif;
  font-size: 0.8rem;
  color: #8c8278;
  margin-bottom: 1.75rem;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.post-date {
  color: #8c8278;
  font-size: 0.8rem;
  font-family: sans-serif;
  white-space: nowrap;
}

.tag {
  font-family: sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: #ebe5db;
  color: #8c8278;
  padding: 2px 7px;
  border-radius: 3px;
  text-decoration: none;
}

footer {
  margin-top: 3rem;
  padding-top: 1rem;
  border-top: 1px solid #ddd8d0;
  font-family: sans-serif;
  font-size: 0.78rem;
  color: #8c8278;
}
