/* Anton ships upright only — stop browsers synthesising an oblique. */
h1, h2, h3,
.wp-block-site-title,
.wp-block-post-title,
.wp-block-pullquote blockquote p {
	font-synthesis: none;
	font-style: normal;
}

/* Bio row: text stays in the content column; photo hangs into the left margin. */
@media (min-width: 64rem) {
	.ahl-bio.wp-block-columns {
		flex-wrap: nowrap !important;
		gap: 2.5rem;
	}
	.ahl-bio.wp-block-columns > .wp-block-column:first-child {
		flex: 0 0 13rem !important;
		margin-left: -12rem;
	}
	.ahl-bio.wp-block-columns > .wp-block-column:last-child {
		flex: 1 1 auto !important;
	}
}
