* {
	padding: 0;
	margin: 0;
}
*, *:before, *:after {
	box-sizing: border-box;
}
body {
	font-family: @font-regular;
}