* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

*::before,
*::after {
	margin: 0;
}

:focus,
:hover {
	outline: 0;
	-webkit-tap-highlight-color: transparent;
}

html, body {
	width: 100%;
	height: 100%;
}

html {
	font-size: 16px;
	color: #333;
	word-spacing: 0px;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

body {
	line-height: 1.5 !important;
	font-size: 1rem;
	background-color: #fff;
	-webkit-font-smoothing: antialiased;
	font-family: domainesans, arial, helvetica, sans-serif;
}

a {
	text-decoration: none;
	font-weight: bold;
	transition: color 200ms;
}

a:link,
a:visited {
	color: #b0946f;
}

a:hover,
a:active {
	color: #c4af93;
}

ul, ol {
	padding: 0;
	margin: 0;
}

ol, li {
	list-style: none;
}

h1, h2, h3, p {
	letter-spacing: normal;
	font-weight: normal;
	color: #333;
	margin: 0;
	margin-block-start: 0;
	margin-block-end: 0;
	margin-inline-start: 0;
	margin-inline-end: 0;
}