/* Shrink overall editor text */
.ProseMirror p, 
.ProseMirror li {
  font-size: 14px !important;
  line-height: 1.4 !important;
}

/* Keep headings relative but slightly smaller */
.ProseMirror h1 { font-size: 1.5rem !important; }
.ProseMirror h2 { font-size: 1.25rem !important; }
.ProseMirror h3 { font-size: 1.1rem !important; }
