/* Local overrides */
@media only screen and (max-width: 370px) {
	.typography-headline-elevated {
		font-size: 38px;
	}
}

@media only screen and (max-width: 765px) and (min-width: 370px) {
	.typography-headline-elevated {
		font-size: 46px;
	}
}
