/**
 * Give Awesome Serif italic headings room for their trailing letter overhang.
 * Keep emphasis inline so text wraps naturally in the editor and on the site.
 */
:where(h1, h2, h3, h4, h5, h6) em {
	margin-inline-end: 0.15em;
}
