/* Blog post content typography — shared across all blog post pages */
#post-content h2 {
  font-family: 'Literata', Georgia, serif;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 2rem 0 0.75rem;
  color: #0f172a;
}

#post-content h3 {
  font-family: 'Literata', Georgia, serif;
  font-size: 1.25rem;
  font-weight: 600;
  margin: 1.5rem 0 0.5rem;
  color: #1e293b;
}

#post-content p {
  margin: 1rem 0;
  line-height: 1.75;
  color: #475569;
}

#post-content ul,
#post-content ol {
  padding-left: 1.5rem;
  margin: 1rem 0;
}

#post-content ul { list-style: disc; }
#post-content ol { list-style: decimal; }

#post-content li {
  margin: 0.35rem 0;
  line-height: 1.7;
  color: #475569;
}

#post-content strong {
  font-weight: 600;
  color: #1e293b;
}

#post-content a {
  color: #0D5072;
  text-decoration: underline;
}

#post-content a:hover { opacity: 0.8; }

#post-content blockquote {
  background: #f8fafc;
  padding: 1rem 1.5rem;
  margin: 1.5rem 0;
  color: #475569;
  border-radius: 0.5rem;
}

#post-content hr {
  border: none;
  border-top: 1px solid #e2e8f0;
  margin: 2rem 0;
}

#post-content code {
  background: #f1f5f9;
  padding: 0.125rem 0.375rem;
  border-radius: 0.25rem;
  font-size: 0.875em;
}
