/* ==========================================================================
   text.css -- fuentes y tipografia.
   ========================================================================== */

@font-face {
	font-family: "Oswald";
	src: url("../fonts/oswald-latin-var.woff2") format("woff2");
	font-weight: 400 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Source Serif 4";
	src: url("../fonts/sourceserif4-latin-normal-var.woff2") format("woff2");
	font-weight: 400 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Source Serif 4";
	src: url("../fonts/sourceserif4-latin-italic-var.woff2") format("woff2");
	font-weight: 400 600;
	font-style: italic;
	font-display: swap;
}

html {
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	font-family: var(--font-body);
	font-size: var(--fs-body);
	line-height: 1.65;
	color: var(--color-ink);
}

h1, h2, h3, h4 {
	margin: 0;
	font-family: var(--font-head);
	font-weight: 600;
	line-height: 1.12;
	letter-spacing: .2px;
	color: var(--color-ink);
}

h1 {
	font-size: var(--fs-h1);
	text-transform: uppercase;
	letter-spacing: .4px;
}

h2 {
	font-size: var(--fs-h2);
	text-transform: uppercase;
	letter-spacing: .3px;
}

h3 {
	font-size: var(--fs-h3);
}

h4 {
	font-size: var(--fs-h4);
	text-transform: uppercase;
	letter-spacing: .8px;
}

p {
	margin: 0 0 16px;
}

p:last-child {
	margin-bottom: 0;
}

.lead {
	font-size: var(--fs-lead);
	line-height: 1.6;
	color: var(--color-ink-soft);
}

a {
	color: var(--color-coral);
	text-decoration-thickness: 1.5px;
	text-underline-offset: 3px;
}

a:hover {
	color: var(--color-ink);
}

strong {
	font-weight: 600;
}

em, .text--quote {
	font-style: italic;
}

ul, ol {
	margin: 0;
	padding-left: 22px;
}

li {
	margin-bottom: 8px;
}

li:last-child {
	margin-bottom: 0;
}

.eyebrow {
	display: inline-block;
	margin-bottom: 12px;
	font-family: var(--font-head);
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 2.4px;
	text-transform: uppercase;
	color: var(--color-coral);
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	white-space: nowrap;
	clip-path: inset(50%);
	border: 0;
}

.text--muted {
	color: var(--color-ink-soft);
}

.text--center {
	text-align: center;
}

@media (max-width: 640px) {
	h1 {
		letter-spacing: .2px;
	}
}
