/**
 * Shared typography (.nn-pre, .nn-heading, .nn-rich-text).
 */

.nn-pre {
	font-family: "all-round-gothic", sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: #555;
}

.nn-heading {
	line-height: 1.2;
}

.nn-rich-text {
	font-family: "Raleway", system-ui, -apple-system, sans-serif;
	font-weight: 400;
}

.nn-rich-text a {
	color: var(--nn-rich-text-link, #00225f);
	text-decoration: underline;
	text-underline-offset: 0.15em;
}

.nn-rich-text a:hover,
.nn-rich-text a:focus-visible {
	color: var(--nn-rich-text-link-hover, #21beb2);
}

