*, * * {
	margin: 0;
	padding: 0;
	position: relative;
    -webkit-box-sizing: inherit;
	box-sizing: inherit;
	max-width: 100%;
	line-height: 1.6;
	word-wrap: break-word;
}

body > * + * {
	margin-top: var(--owl);
}	

html, body {
	margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-rendering: optimizeLegibility;
	display: block;
	width: 100%;
	height: 100%;
	-webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
	text-rendering: geometricPrecision;
}
