/* personal.css
 * Custom styles for personal use.
 * This file is part of the Mauxa project.
 */

.prose h1, .prose h2, .prose h3, .prose h4, .prose h5 {
    font-weight: 700;
    font-size: 1.125rem;
  line-height: 1.75rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
}