/* :root {
     --font-family: "Raleway", system-ui, -apple-system, "Segoe UI", Roboto, Arial, "Noto Sans", "Helvetica Neue", "Liberation Sans", sans-serif;
}
.h1,
:where(h1) {
	font-size: 5rem;
	font-family: var(--font-family);
	font-weight: 700;
	font-style: normal;
	line-height: 100%;
	text-decoration: none;
	text-transform: uppercase;
}
.h2,
:where(h2) {
	font-size: 3rem;
	font-family: var(--font-family);
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	text-transform: none;
}
.h3,
:where(h3) {
	font-size: 2rem;
	font-family: var(--font-family);
	font-weight: 700;
	font-style: normal;
	line-height: 100%;
	text-decoration: none;
	text-transform: uppercase;
}
.h4,
:where(h4) {
	font-size: 1.625rem;
	font-family: var(--font-family);
	font-weight: 500;
	font-style: normal;
	line-height: 100%;
	text-decoration: none;
	text-transform: uppercase;
}
.h5,
:where(h5) {
	font-size: 1.125rem;
	font-family: var(--font-family);
	font-weight: 500;
	font-style: normal;
	line-height: 100%;
	letter-spacing: 0.1em;
	text-decoration: none;
	text-transform: uppercase;
}
.h6,
:where(h6) {
	font-size: 0.875rem;
	font-family: var(--font-family);
	font-weight: 700;
	font-style: normal;
	line-height: 100%;
	letter-spacing: 0.3em;
	text-decoration: none;
	text-transform: uppercase;
}
.p {
	font-size: 1.125rem;
	font-family: var(--font-family);
	font-weight: 400;
	font-style: normal;
	line-height: 150%;
	text-decoration: none;
	text-transform: none;
}
.p-s {
	font-size: 0.875rem;
	font-family: var(--font-family);
	font-weight: 500;
	font-style: normal;
	line-height: 120%;
	text-decoration: none;
	text-transform: none;
}
.p-xs {
	font-size: 0.75rem;
	font-family: var(--font-family);
	font-weight: 500;
	font-style: normal;
	line-height: 160%;
	text-decoration: none;
	text-transform: none;
}
.h2-alt {
	font-size: 3rem;
	font-family: var(--font-family);
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	text-transform: uppercase;
}
.h6-alt {
	font-size: 0.875rem;
	font-family: var(--font-family);
	font-weight: 700;
	font-style: normal;
	line-height: 100%;
	letter-spacing: 0.1em;
	text-decoration: none;
	text-transform: uppercase;
} */
