:root {
    --font-family: Didot, 'Bodoni MT', 'Noto Serif Display', 'URW Palladio L', P052, Sylfaen, serif;
    --font-weight: normal;
}

html {
    font-family: var(--font-family);
    font-weight: var(--font-weight);
	max-width: 70ch;
	padding: 3em 1em;
	margin: auto;
	line-height: 1.75;
	font-size: 1.25em;
}
