/* 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: #736d67!important; /* default color */ 
	--color-1-hover: #5b544d!important; 
	--color-2: #736d67!important; /* accent color */ 
	--color-2-hover: #5b544d!important; 
	--btn-color-1: #d5ccbe!important; /* other btn */ 
	--btn-color-1-hover: #bfb29e!important; 
	--btn-submit: #39322a!important; /* submit */ 
	--btn-submit-hover: #27221c!important; 
	--white: #ffffff!important; 
	--gray: #f4f4f4!important; 
	--dark: #222!important; 
	--error: #c02e2a!important; 
	--whatsapp: #29b636!important; 
 } 