/* 
	font-family: 'Heebo', sans-serif;
	font-family: 'IBM Plex Sans', sans-serif;
*/

.txtHeebo100 {
	font-family: 'Heebo', sans-serif;
	font-weight: 100;
}

.txtHeebo300 {
	font-family: 'Heebo', sans-serif;
	font-weight: 300;
}

.txtHeebo300Black {
	font-family: 'Heebo', sans-serif;
	font-weight: 300;
	color: #000000;
}

.txtHeebo300White {
	font-family: 'Heebo', sans-serif;
	font-weight: 300;
	color: #FFFFFF;
}

.txtHeebo600 {
	font-family: 'Heebo', sans-serif;
	font-weight: 600;
}

.txtIBM200 {
	font-family: 'IBM Plex Sans', sans-serif;
	font-weight: 200;
}

.txtIBM400 {
	font-family: 'IBM Plex Sans', sans-serif;
	font-weight: 400;
}

.txtIBM400Green {
	font-family: 'IBM Plex Sans', sans-serif;
	font-weight: 400;
	color: #4DB32F;
}

.txtIBM600 {
	font-family: 'IBM Plex Sans', sans-serif;
	font-weight: 600;
}

.txtIBM600Green {
	font-family: 'IBM Plex Sans', sans-serif;
	font-weight: 600;
	color: #4DB32F;
}




.link-verde {

}

a.link-verde:link {
		color: #4DB32F;
		text-decoration: none;
}

a.link-verde:visited {
		color: #4DB32F;
		text-decoration: none;
}

a.link-verde:hover {
		color: #3C8A24;
		text-decoration: none;
}




.link-bianco {

}

a.link-bianco:link {
		color: #FFFFFF;
		text-decoration: none;
}

a.link-bianco:visited {
		color: #FFFFFF;
		text-decoration: none;
}

a.link-bianco:hover {
		color: #CCCCCC;
		text-decoration: none;
}

.link-nero {

}

a.link-nero:link {
		color: #000000;
		text-decoration: none;
}

a.link-nero:visited {
		color: #000000;
		text-decoration: none;
}

a.link-nero:hover {
		color: #666666;
		text-decoration: underline;
}






















