body {
  font-family: 'Inter', sans-serif;
}

.font-serif-custom {
  font-family: 'Lora', serif;
}

.prose pre {
  background-color: #1e293b;
  color: #f8fafc;
  padding: 1.5rem;
  border-radius: 0.75rem;
  overflow-x: auto;
  margin: 1.5rem 0;
}

.prose code {
  background-color: #f1f5f9;
  color: #0f172a;
  padding: 0.2rem 0.4rem;
  border-radius: 0.25rem;
  font-family: monospace;
  font-size: 0.9em;
}

.prose pre code {
  background-color: transparent;
  color: inherit;
  padding: 0;
}