/*categorie*/
:root {
	--first_color:	#393939;		/* grigio scuro	*/
	--second_color:	#1e90ff;	/* azzurro */
	--third_color:	#ffffff;		/* bianco	*/
	--fourth_color:	#edecec;		/* grigio chiaro	*/

/* colori in formato rgb per l'utilizzo con alpha */
	--first_rgb:	57,57,57;	/*	grigio scuro */
	--second_rgb:	30,144,255;	/* azzurro */
	--third_rgb:	255,255,255;	/*	bianco */
}