/* morganism blog */

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.7;
  background-color: #f8f9fa;
}

pre {
  background: #0d1117;
  color: #e6edf3;
  border-radius: 6px;
  padding: 1rem 1.25rem;
  overflow-x: auto;
  font-size: 0.875rem;
}

code {
  background: #e9ecef;
  padding: 0.1em 0.35em;
  border-radius: 3px;
  font-size: 0.9em;
  color: #d63384;
}

pre code {
  background: transparent;
  color: inherit;
  padding: 0;
}

.post-content h2,
.post-content h3,
.post-content h4 {
  margin-top: 2rem;
  margin-bottom: 0.75rem;
}

.post-content img {
  max-width: 100%;
  border-radius: 6px;
}

.post-content blockquote {
  border-left: 4px solid #0d6efd;
  padding-left: 1rem;
  color: #6c757d;
  margin-left: 0;
  font-style: italic;
}
