body {
	font-family: 'Lone Case', serif;
	margin: 2rem auto;
	padding: 0 2rem;
	max-width: 35rem;
	font-variant: oldstyle-nums;
}

h1 {
	font-size: 1.5em;
}

h2 {
	font-size: 1em;
	text-align: center;
	font-variant: all-small-caps;
	letter-spacing: 0.1em
}

hr {
	border: none;
	border-top: 1px solid black;
}

p:first-of-type::first-line {
    font-variant: small-caps;
}

a {
	color: inherit;
}

sup {
	font-size: .8em;
	line-height: 0;
}

.footnote {
	font-size: 0.8em;
	margin-left: 1rem;
}

.nobreak {
	white-space: nowrap;
}