<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media only screen and (min-width: 1200px) {
	.headline {font-size: 3em}
	.athlete {font-size: 1.3em}
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
	.headline {font-size: 2.6em}
	.athlete {font-size: 1.1em}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.headline {font-size: 2.4em}
	.athlete {font-size: 1.4em}
}

@media only screen and (min-width: 576px) and (max-width:767px) {
	.headline {font-size: 2.2em}
	.athlete {font-size: 1.2em}
}

@media screen and (max-width: 575px) {
	.headline {font-size: 1.6em}
	.athlete {font-size: 1.2em}
}</pre></body></html>