
body{
	line-height: 1.5;
	font-weight: 400;
	overflow-x: hidden;
}
*{
	margin:0;
	box-sizing: border-box;
	scroll-behavior: smooth;
	font-family: "Inter", sans-serif;
}
:before,:after{
	box-sizing: border-box;
}
a{
	text-decoration: none;
	list-style-type:none;
}

