/*
https://phoenix-react.prium.me/showcase
https://demo.pixelcave.com/oneui/be_pages_dashboard.html
https://demo.dashboardpack.com/architectui-react-free/#/dashboards/basic
*/
@font-face {
  font-family: 'quicksand';
  font-style: normal;
  font-weight: normal;
  src: url(../font/quicksand.woff2) format('woff2');
}
@font-face {
	font-family: 'rajdhani';
	font-style: normal;
	font-weight: normal;
	src: url(../font/rajdhani.woff2) format('woff2');
}
*{ 
	margin: 0; 
	padding: 0; 
	box-sizing: border-box; 
	font-size:1em;
}

button,input,select,textarea,optgroup{font:inherit;margin:0}
optgroup{font-weight:bold}
button,input{overflow:visible}
button,select{text-transform:none}
button [type=button],[type=reset],[type=submit]{border:0;}

*,html{
	margin:0px;
	padding:0px;
	border:0px;
	font-size:1em;
	font-style: normal;
	font-weight:normal;
	font-family: 'Quicksand', sans-serif;
}
body{
	width:100vw;
	height:100vh;
	/*background: radial-gradient(circle at bottom, #fff 1%, var(--body-bgcolor) 30%); */
	background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center bottom; 
	background-image: url(../img/sfondo_canva_1.jpg);
	background-size: cover;
}
