html{
	height: 100%;
}

body{
	height: 100%;
	color: $color;
	font-size: $font-size;
	font-family: $font-family;
	line-height: 1.5;
	&.dragging,
	&.dragging *{
		cursor: move !important;
	}
}