
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300&display=swap');
:root{
	--shootmyfile-font:"Lato",sans-serif;
	--shootmyfile-pad:50px;
	--shootmyfile-radius:8px;
	--shootmyfile-dark:#12344F; 
	--shootmyfile-dark2:#516574;  
	--shootmyfile-light:#fff;/*bianco*/
	--shootmyfile-light2:#e4e4e4;/*grigio chiaro*/
	--shootmyfile-default:#333;/*grigio scuro*/
	--shootmyfile-special:#F59A41;/*arancione*/
	--shootmyfile-danger:#DA3E3F;
	
}