h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a,
i,
blockquote,
button,
label,
input,
textarea,
select {
	font-family: 'Neue Haas', sans-serif;
	margin: 0;
	line-height: inherit;
	font-size: inherit;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	color: inherit;
}

.huge {
	font-size: 28px;
	line-height: 1.2;
}
.large {
	font-size: 24px;
	/* font-size: clamp(25px, calc(1.5625rem + ((1vw - 12.52px) * 1.1022)), 36px); */
	line-height: 1.2;
}
.medium {
	font-size: 17px;
	line-height: 1.25;
}
.small,
.richText > p {
	font-size: 13.5px;
	line-height: 1.35;
}

@media (max-width: 767px) {
	.huge {
		font-size: 17px;
	}
	.large {
		font-size: 17px;
	}
	.medium {
		font-size: 11.5px;
	}
	.small,
	.richText > p {
		font-size: 11.5px;
	}
}
