html {
	font-size: var( --font-size );
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body {
	font-family: 'Lato', sans-serif;
	color: var( --font-color );
	font-weight: 400;
}

sup {
	font-size: .55rem;
	vertical-align: top;
}

strong {
	font-weight: 600;
}

h1,h2,h3,h4,h5,h6 {
	font-family: var( --header-font );
}

h1 strong,
h2 strong,
h3 strong,
h4 strong {
	font-weight: 600;
}

h1 {
	font-size: 3rem;
	line-height: 1.05;
	margin: 20px 0;
	font-weight: 600;
	letter-spacing: 4px;
	text-transform: uppercase;
}

h2 {
	font-size: 2.5rem;
	margin-top: 25px;
	margin-bottom: 35px;
	line-height: 1.2;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 2px;
}

h5 + h2 {
	margin-top: 10px;
}

h3 {
	font-size: 1.85rem;
	line-height: 1.25;
	margin: 15px 0 25px;
	font-weight: 500;
	letter-spacing: 1px;
}

h5 + h3 {
	margin-top: 10px;
}

h4 {
	font-size: 1.3125rem;
	font-weight: 500;
	margin: 10px 0;
	position: relative;
	text-transform: uppercase;
}

h5 {
	font-size: 1rem;
	font-weight: 600;
	margin: 10px 0;
	text-transform: uppercase;
}

h6 {
	font-size: 1rem;
	font-weight: 600;
	margin: 10px 0;
}

p {
	line-height: 1.65;
	margin-top: 0;
	margin-bottom: 35px;
}

p.title {
	font-weight: 600;
	margin-bottom: 25px;
}

a {
	text-decoration: none;
	font-weight: 600;
	color: var( --orange-color );
}

@media(max-width: 1466px) {
	html {
		font-size: var( --mid-font-size );
	}
}

@media(max-width: 992px) {
	html {
		font-size: 16px;
	}
	h1 {
		font-size: 2.25rem;
	}
	h2 {
		font-size: 2rem;
	}
	h3 {
		font-size: 1.75rem;
	}
	h5 {
		font-size: 1.25rem
	}
}

@media(max-width: 500px) {
	html {
		font-size: var( --micro-font-size );
	}
}