* {
  box-sizing: border-box;
}

body{
	margin:0;
	padding:0;
		
	width:100%;
}

@font-face {
	font-family: roboto-regular;
	src: url(../font/roboto/Roboto-Regular.ttf);
}
@font-face {
	font-family: roboto-light;
	src: url(../font/roboto/Roboto-Light.ttf);
}

* {
	font-family: roboto-regular;
}