/* Local Overrides */

/* Typography tile gerenciamiento */
@media only screen and (max-width: 1068px) {
	.typography-headline-elevated {
		font-size: 40px;
	}
}
@media only screen and (max-width: 370px) {
	.typography-headline-elevated {
		font-size: 34px;
	}
}
