/* Medium-style post article: serif, comfortable reading */
.post-article {
  font-family: Lora, Georgia, serif;
}

/* Post body: Medium-like typography */
.post-content {
  font-family: Lora, Georgia, serif;
  font-size: 1.3125rem;   /* 21px */
  line-height: 1.58;
  color: #292929;
  letter-spacing: -0.003em;
}

.post-content p,
.post-content-p {
  margin-bottom: 1.5em;
  font-size: 1.3125rem;
  line-height: 1.58;
  color: #292929;
}

.post-content img,
.post-content-img {
  max-width: 100%;
  height: auto;
  margin: 2em 0;
}

.post-content a {
  color: #ff7700;
  text-decoration: underline;
  font-weight: 500;
}

.post-content a:hover {
  color: #0d0d0d;
}

.post-content em {
  font-style: italic;
}

.post-content strong {
  font-weight: 700;
}

.post-content ul,
.post-content ol {
  margin: 1.5em 0;
  padding-left: 1.5em;
}

.post-content li {
  margin-bottom: 0.5em;
}

.post-content h1,
.post-content-h1 {
  font-family: Lora, Georgia, serif;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 2em;
  margin-bottom: 0.75em;
  color: #0d0d0d;
  letter-spacing: -0.02em;
}

.post-content h2,
.post-content-h2 {
  font-family: Lora, Georgia, serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.25;
  margin-top: 1.75em;
  margin-bottom: 0.5em;
  color: #0d0d0d;
  letter-spacing: -0.02em;
}

.post-content h3 {
  font-family: Lora, Georgia, serif;
  font-size: 1.25rem;
  font-weight: 700;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  color: #0d0d0d;
}

.post-content blockquote {
  font-size: 1.25rem;
  line-height: 1.5;
  margin: 1.5em 0;
  padding-left: 1em;
  border-left: 3px solid #e5e7eb;
  color: #6b7280;
  font-style: italic;
}
