/* Sustainability site only (see inc/styles.php). */

/* The theme's italic font-weight option (700, shared with figcaption and
 * quote text) also bolds italic words; match the surrounding text instead. */
em {
	font-weight: inherit;
}

/* Quote text: 1px above the body text size (theme default went up to 2.4rem). */
body {
	--font-size-quote: calc(var(--font-size-base) + 1px);
}

/* Downloads block: 2 categories per row (theme default is one row of 4). */
@media (min-width: 1024px) {
	.wp-block-theme-print-downloads form > ul {
		display: grid;
		grid-template-columns: 1fr 1fr;
		column-gap: 2rem;
		row-gap: 2.5rem;
	}
}
