@media (width <= 719px) {
	.event-grid {
		/* margin-inline: 6em; */
	}
}
h1 {
	font-size: clamp(2rem, 5vw, 3.5rem);
}
h2 {
	font-size: clamp(1.8rem, 4.5vw, 3rem);
}
h3 {
	font-size: clamp(1.6rem, 4vw, 2.5rem);
}
h4 {
	font-size: clamp(1.4rem, 3.5vw, 2.2rem);
}
h5 {
	font-size: clamp(1.2rem, 3vw, 2rem);
}
h6 {
	font-size: clamp(1rem, 2.5vw, 1.8rem);
}
p {
	font-size: clamp(1rem, 2.5vw, 1.4rem);
}
@media (width < 528px) {
	h1 {
		font-size: 1.8rem;
	}
}
