/**
 * Defensive upright typography rules kept in a separate asset so public CDN
 * caches cannot retain an earlier Gluten slant setting.
 */

body {
	font-style: normal;
	font-synthesis: none;
	font-variation-settings: "slnt" 0;
}

body :where(
	h1, h2, h3, h4, h5, h6,
	p, a, li, dt, dd,
	span, strong, em, i, small,
	blockquote, cite, figcaption,
	label, input, textarea, select, button, summary
) {
	font-style: normal !important;
	font-synthesis: none;
	font-variation-settings: "slnt" 0;
}

