/* Colori sito */

:root {
	/* colori sito */
	--orange:		#f47c20;
	--black:		#222;
	--white:		#ffffff;

	/* testi */
	--text:			#222;
	--subtext:		#555;
	--white-text:	#ffffff;
	--ok:			#2e7d32;
	--error:		#c62828;

	/* linee */
	--gray-border:	#eaeaea;
	--greyline:		#999;
	--tag-bg:		#f7f7f7;
}
