html {
	font-family: var(--font), var(--font-system), sans-serif;
	color: var(--text);
}
.uk-link,
a {
	color: #066;
	text-decoration: none;
	cursor: pointer;
}
.uk-link:hover,
a:hover {
	color: #055;
	text-decoration: underline;
}
.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 20px 0;
	font-family: var(--font-sans);
	font-weight: 300;
	color: #333;
	text-transform: none;
}
* + .uk-h1,
* + .uk-h2,
* + .uk-h3,
* + .uk-h4,
* + .uk-h5,
* + .uk-h6,
* + h1,
* + h2,
* + h3,
* + h4,
* + h5,
* + h6 {
	margin-top: 40px;
}
.uk-h1,
h1 {
	font-size: 3rem;
	line-height: 1.2;
	color: #fff;
	font-family: var(--font-serif);
	text-transform: none;
}
.uk-h2,
h2 {
	font-size: 2.25rem;
	line-height: 1.3;
	color: #444;
	font-family: var(--font-sans);
	text-transform: none;
}
.uk-h3,
h3 {
	font-size: 2rem;
	line-height: 1.4;
	color: #069;
	font-family: var(--font-serif);
	text-transform: none;
}
.uk-h4,
h4 {
	font-size: 1.75rem;
	line-height: 1.4;
	color: #444;
	font-family: var(--font-sans);
	text-transform: none;
}
.uk-h5,
h5 {
	font-size: 1.5rem;
	line-height: 1.4;
	color: #444;
	font-family: var(--font-serif);
	text-transform: none;
}
.uk-h6,
h6 {
	font-size: 1.25rem;
	line-height: 1.4;
	color: #069;
	font-family: var(--font-serif);
	text-transform: none;
}
embed,
iframe,
object {
	max-width: 100%;
}
