
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.sup-h1,
.sup-h2,
.sup-h3 {
	font-family: var(--heading-font-family);
	margin-top: var(--spacer);
	margin-bottom: var(--spacer);

	/* color: var(--color-primary); */
	clear: both;
}

/* Default headings */
h1,
.h1,
.fs1 {
	font-size: var(--fs1);
	font-weight: var(--fw-regular);
}

h2,
.h2,
.fs2 {
	font-size: var(--fs2);
	font-weight: var(--fw-regular);
}

h3,
.h3,
.fs3 {
	font-size: var(--fs3);
	font-weight: var(--fw-regular);
}

h4,
.h4,
.fs4 {
	font-size: var(--fs4);
	font-weight: var(--fw-regular);
}

h5,
.h5,
.fs5,
.lead {
	font-size: var(--fs5);
	font-weight: var(--fw-regular);
}

h6,
.h6,
.fs6 {
	font-size: var(--fs6);
}

small,
.h7,
.fs7 {
	font-size: var(--fs7);
}

.h8,
.fs8 {
	font-size: var(--fs8);
}

.h5,
.h6,
.h7,
.h8,
.fs5,
.fs6,
.fs7,
.fs8 {
	line-height: 1.25;
}

h1 small,
h2 small,
h3 small,
.h1 small,
.h2 small,
.h3 small { 
	font-size: 65%; 
}

h4 small,
h5 small,
h6 small,
.h4 small,
.h5 small,
.h6 small { 
	font-size: 75%; 
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
	display: block;
	margin-top: 0.15rem;
	font-weight: 400;
	line-height: 1;
	color: var(--color-emphasis);
}

/* special headings for mastheads and banners. */
.sup-h1 {
	font-size: clamp(2rem, 4.25vw, 5rem);
}

.sup-h2 {
	font-size: clamp(1.8rem, 3.75vw, 4.25rem);
}

.sup-h3 {
	font-size: clamp(1.6rem, 3.35vw, 3.75rem);
}

.entry-header h1.entry-title,
.page-header .page-title {
	font-size: var(--fs-large);
	margin-top: 1rem;
	margin-bottom: 1rem;
}

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

blockquote,
q {
	quotes: "" "";
}

blockquote {
	border-left: 4px solid var(--color-quote-border);
	margin: 0;
}

.entry-content > blockquote {
	padding-left: 1em;
	margin-left: 1.5rem;
}

@media (--sm) {

	.entry-content > blockquote {
		margin-left: auto;
	}
}

blockquote cite {
	color: var(--color-quote-citation);
	font-size: 13px;
	margin-top: 1em;
	position: relative;
	font-style: normal;
}

address {
	margin: 0 0 1.5em;
}

/* stylelint-disable */
pre {
	background: #eeeeee;
	color: var(--color-black);
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 0.9375rem;
	line-height: 1.6;
	max-width: 100%;
	overflow: auto;
	padding: 1.5em;
	margin: 1.5em 0;
	white-space: pre;
}
/* stylelint-enable */

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

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

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

big {
	font-size: 125%;
}
