/* General */
html {
	scroll-behavior: smooth;
	scroll-padding-top: var(--header-height);
}
body {
	word-break: break-word;
}
img,
video {
	height: auto;
	max-width: 100%;
}
a {
	color: #e4200e;
}
a:focus,
button:focus {
	outline: .25rem solid #2491ff;
	outline-offset: 0;
}

@media (max-width: 768px) {
	h1 {
		font-size: 2.25em;
	}
	h2 {
		font-size: 2.25em;
	}
	h3 {
		font-size: 2em;
	}
}
