<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&amp;display=swap');


.roboto{
	font-family: 	'Roboto', sans-serif;
	font-weight:	300;
}

.roboto-bold{
	font-family: 	'Roboto', sans-serif;
	font-weight:	700;
}

.zh-top{
	margin: 			1px 0;
	border-top: 		2px solid black;
	border-bottom: 		2px solid black;
}

.zh-title{	
	font-family: 		'Roboto', sans-serif;
	font-weight:		700;
	font-size:			22px;
    margin:				10px 0;
    text-transform:     uppercase;
}

.zh-intro{
	font-family: 		'Roboto', sans-serif;
	margin:				16px 0;
	font-size:			16px;
}

/* MODIFICACOES NO W3 */
.w3-large{
	font-size:			16px!important;
}
.w3-medium{
	font-size:			16px!important;
}
.w3-small{
	font-size:			14px!important;
}


</pre></body></html>