/* Heading treatment borrowed from the NanoCSS homepage: large, light,
   system font stack, tagline tight underneath. */
main > header h1 {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
	font-size: 48px;
	line-height: 58px;
	font-weight: normal;
	margin: 0;
}
main > header p {
	margin: 0 0 1.5rem;
	color: var(--pico-muted-color);
}
