body {
	/* Override fonts from bootstrap to match Nerdearla fonts */
	--bs-body-font-family: "Roboto", sans-serif;
}
h1 {
	font-family: "Rift Soft";
}
h2 {
	font-family: "Rift Soft";
	font-size: 4em;
	letter-spacing: 0.02em;
	line-height: 1;
}
.responsive-image {
	max-width: 100%;
	height: auto;
}
.extending-underline {
	border-bottom: 1px solid black;
}

.y-spaced-section {
	margin-top: 6rem;
	margin-bottom: 6rem;
}

@media screen and (max-width: 768px) {
	h2 {
		font-size: 3em;
	}
}
