<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');

html,body{
	font-family: 'Roboto', sans-serif;
    font-weight: 300;
	font-size:16px;
	line-height:1.5;
}


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

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

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

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

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

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


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