/* 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: #978178!important; /* default color */ 
	--color-1-hover: #77655e!important; 
	--color-2: #978178!important; /* accent color */ 
	--color-2-hover: #77655e!important; 
	--btn-color-1: #98bac4!important; /* other btn */ 
	--btn-color-1-hover: #8fabb3!important; 
	--btn-submit: #384c5b!important; /* submit */ 
	--btn-submit-hover: #2c3e4c!important; 
	--white: #ffffff!important; 
	--gray: #f4f4f4!important; 
	--dark: #222!important; 
	--error: #c02e2a!important; 
	--whatsapp: #66c871!important; 
 } 