/* WALIT — typography

   Scala tipografica. I pesi sottili a corpi grandi sono la firma del
   progetto: non vanno "corretti" verso pesi piu' solidi. */


.wl-title, .wl-display {
	margin: 0;
	font-weight: 100;
	line-height: .96;
	letter-spacing: -.015em;
	text-transform: uppercase;
}

.wl-title {
	max-width: 18ch;
	font-size: clamp(2rem,4.8vw,4.5rem);
}

.wl-title--compact {
	margin-bottom: 2.5rem;
}

.wl-display {
	max-width: 22ch;
	font-size: clamp(1.8rem,4.4vw,3.9rem);
}

p {
	font-size: 1rem;
	line-height: 1.62;
	color: var(--grey-400);
}

.wl-lead {
	max-width: 55ch;
	margin-top: 2rem;
}
