:root {
	--preloc-text: #222;
	--preloc-muted: #666;
	--preloc-accent: #a45b24;
	--preloc-border: #e7e2dd;
	--preloc-dark: #242424;
	--preloc-max: 1120px;
	--preloc-nav-height: 54px;
	--preloc-anchor-offset: calc(var(--preloc-nav-height) + 24px);
}

html {
	scroll-behavior: smooth;
}

:target {
	scroll-margin-top: var(--preloc-anchor-offset);
}

* {
	box-sizing: border-box;
}

body {
	margin: 0;
	color: var(--preloc-text);
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 1.65;
}

a {
	color: var(--preloc-accent);
	text-decoration: none;
}

a:visited {
	color: var(--preloc-accent);
}

a:hover {
	color: var(--preloc-accent);
}

:is(h1, h2, h3, h4, h5, h6) a,
:is(h1, h2, h3, h4, h5, h6) a:visited {
	color: inherit;
}

:is(h1, h2, h3, h4, h5, h6) a:hover {
	color: var(--preloc-accent);
}

img {
	max-width: 100%;
	height: auto;
}

h1,
h2,
h3,
h4 {
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	font-weight: 300;
	line-height: 1.25;
	text-transform: uppercase;
}

h1 {
	font-size: 28px;
	text-align: left;
}

h2 {
	font-size: 21px;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}
