body {
	font-family: -apple-system, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 28px;
}
h1 {
	font-size: 2.89em;
	font-weight: 500;
	line-height: 1.0625em;
	letter-spacing: calc(0.001em * -5);
}
h2 {
	font-size: 1em;
	font-weight: 700;
	letter-spacing: calc(0.001em * 13);
	line-height: 1.33em;
}
p {
	font-size: 1em;
	font-weight: 300;
	letter-spacing: calc(0.001em * 13);
	line-height: 1.33em;
}
a {
	text-decoration: none;
	color: inherit;
}
a:hover {
	border-bottom: 1px solid;
}
nav ul li {
	font-weight: 300;
	letter-spacing: calc(0.001em * 13);
	font-size: 1em;
}
p+p {
	margin-top: 1em;
}
p+h2 {
	margin-top: 1em;
}

.outbound-arrow {
	font-weight: 500;
	font-size: 0.85em;
	padding-top: 4px;
	padding-left: 8px;
	position: absolute;
}