/* 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: #69aeb1!important; /* default color */ 
	--color-1-hover: #357888!important; 
	--color-2: #69aeb1!important; /* accent color */ 
	--color-2-hover: #69aeb1!important; 
	--btn-color-1: #c3dbd6!important; /* other btn */ 
	--btn-color-1-hover: #69aeb1!important; 
	--btn-submit: #d09e65!important; /* submit */ 
	--btn-submit-hover: #357888!important; 
	--white: #ffffff!important; 
	--gray: #f4f4f4!important; 
	--dark: #222!important; 
	--error: #c02e2a!important; 
	--whatsapp: #66c871!important; 
 } 