/**
 * Base typography — lifted 1:1 from the design body defaults.
 *
 * @package Bozpo_Custom
 */

body {
	margin: 0;
	font-family: var(--font-body);
	color: var(--color-text);
	background: var(--surface);
	font-size: var(--text-15);
	line-height: var(--leading-normal);
}
