<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* FONTS ******************************************************************************/ 
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&amp;display=swap'); 


/* GESTIONE COLORI PRINCIPALI ******************************************************************************/ 
:root { 
	--color-1: #5287db!important; /* default color */ 
	--color-1-hover: #3e74ca!important; 
	--color-2: #5287db!important; /* accent color */ 
	--color-2-hover: #3e74ca!important; 
	--btn-color-1: #5abdee!important; /* other btn */ 
	--btn-color-1-hover: #45aee2!important; 
	--btn-submit: #5287db!important; /* submit */ 
	--btn-submit-hover: #3e74ca!important; 
	--white: #ffffff!important; 
	--gray: #f4f4f4!important; 
	--dark: #222!important; 
	--error: #c02e2a!important; 
	--whatsapp: #66c871!important; 
 } </pre></body></html>