/* 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: #65b6bf!important; /* default color */ 
	--color-1-hover: #82d0d9!important; 
	--color-2: #006e85!important; /* accent color */ 
	--color-2-hover: #82d0d9!important; 
	--btn-color-1: #d9b384!important; /* other btn */ 
	--btn-color-1-hover: #f2d6b3!important; 
	--btn-submit: #25a9b2!important; /* submit */ 
	--btn-submit-hover: #1e8990!important; 
	--white: #ffffff!important; 
	--gray: #f4f4f4!important; 
	--dark: #222!important; 
	--error: #c02e2a!important; 
	--whatsapp: #66c871!important; 
 } 