html,
body {
	background: #222;
	color: whitesmoke;

	font-family: 'Libre Bodoni', serif;
}

h1 {
	font-size: 3rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Libre Bodoni', serif;
	z-index: 1;
}
p,
span,
button {
	font-family: 'Inter', sans-serif;
	z-index: 1;
}

button {
	font-weight: 600;
}

section {
	height: 100vh;
	width: 100vw;

	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;

	position: relative;
}

p {
	line-height: 1.5;
	margin: 1rem 0;
}

p:first-child {
	margin-top: 0;
}

a.source {
	color: white;
}

a.source::after {
	content: ' →';
}
