/* FONTS ******************************************************************************/ 
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap'); 


/* GESTIONE COLORI PRINCIPALI ******************************************************************************/ 
:root { 
	--color-1: #9d8b8b!important; /* default color */ 
	--color-1-hover: #8e7171!important; 
	--color-2: #9d8b8b!important; /* accent color */ 
	--color-2-hover: #8e7171!important; 
	--btn-color-1: #e8dfd3!important; /* other btn */ 
	--btn-color-1-hover: #ded2c0!important; 
	--btn-submit: #9fb2aa!important; /* submit */ 
	--btn-submit-hover: #829d91!important; 
	--white: #ffffff!important; 
	--gray: #f4f4f4!important; 
	--dark: #222!important; 
	--error: #c02e2a!important; 
	--whatsapp: #66c871!important; 
 } 