/* Improved typography */
body {
  line-height: 1.6;
  font-size: 1.05rem;
}

article p {
  margin-bottom: 1.5rem;
}

/* Better code blocks */
pre {
  padding: 1rem;
  overflow-x: auto;
  border-radius: 4px;
  background-color: #f6f8fa;
}

/* Responsive images */
.post-content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 2rem auto;
}

/* Better blockquotes */
blockquote {
  border-left: 4px solid #ccc;
  padding-left: 1rem;
  font-style: italic;
  color: #555;
} 