
/*--------------------------------------------------------------
5.0 Typography
--------------------------------------------------------------*/

:root {
	--base-size: 16px;
}

body,
button,
input,
select,
textarea {
	color: #333;
	font-family: "Open Sans", Verdana, sans-serif;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 2rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	line-height: 1.4;
	margin: 0 0 1.5rem;
	padding: 1rem 0 0;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
	padding-top: 0;
}

h1 {
	font-size: 3rem;
	font-weight: 700;
}

h2 {
	color: #666;
	font-size: 2.5rem;
	font-weight: 700;
}

h3 {
	color: #333;
	font-size: 2.25rem;
	font-weight: 600;
}

h4 {
	color: #333;
	font-size: 2rem;
	font-weight: 500;
}

h5 {
	color: #333;
	font-size: 1.8rem;
	font-weight: 400;
}

h6 {
	color: #767676;
	font-size: 1.6rem;
	font-weight: 400;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

p {
	margin: 0 0 1.5rem;
	font-size: var(--base-size);
	padding: 0;
}

ul {
    font-size: var(--base-size);
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	color: #666;
	font-size: 1.8rem;
	font-style: italic;
	line-height: 1.7;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

blockquote cite {
	display: block;
	font-style: normal;
	font-weight: 600;
	margin-top: 0.5em;
}

address {
	margin: 0 0 1.5rem;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 1.5rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #eee;
	text-decoration: none;
}

big {
	font-size: 125%;
}

blockquote {
	quotes: "" "";
}

q {
	quotes: "“" "”" "‘" "’";
}

blockquote:before,
blockquote:after {
	content: "";
}

:focus {
	outline: none;
}

/* Remove letter-spacing for all non-latin alphabets */

html[lang="ar"] *,
html[lang="ary"] *,
html[lang="azb"] *,
html[lang="haz"] *,
html[lang="ps"] *,
html[lang^="zh-"] *,
html[lang="bg-BG"] *,
html[lang="ru-RU"] *,
html[lang="uk"] *,
html[lang="bn-BD"] *,
html[lang="hi-IN"] *,
html[lang="mr-IN"] *,
html[lang="el"] *,
html[lang="gu-IN"] *,
html[lang="he-IL"] *,
html[lang="ja"] *,
html[lang="ko-KR"] *,
html[lang="th"] * {
	letter-spacing: 0 !important;
}

body.search-results h1.page-title span:before,
body.search-results h1.page-title span:after {
	padding: 0 0.5rem;
}

body.search-results h1.page-title span:before {
	content: '\00ab';
}
body.search-results h1.page-title span:after {
	content: '\00bb';
}
body.search-results h1.page-title span {
	display: block;
	font-size: 0.8em;
	font-style: italic;
	display: flex;
	align-items: center;
}

body:not(.home) .list-child article,
body.search .search-results-list article {
  margin-bottom: max(3rem,3vw);
}