/* =============================================================================
   Typography — Sora (display) + Inter (body)
   ========================================================================== */

h1, h2, h3, h4, h5, h6,
.wt-display-hero,
.wt-headline-lg,
.wt-headline-md,
.wt-stat-lg {
	font-family: var(--wt-font-display);
	color: var(--wt-on-background);
	margin: 0 0 var(--wt-stack-md);
	font-weight: var(--wt-fw-bold);
}

/* Display Hero */
.wt-display-hero,
h1 {
	font-family: var(--wt-font-display);
	font-size: var(--wt-fs-display-hero);
	font-weight: var(--wt-fw-extrabold);
	line-height: var(--wt-lh-tight);
	letter-spacing: var(--wt-tracking-snug);
	color: var(--wt-primary);
}

@media (max-width: 767px) {
	.wt-display-hero,
	h1 {
		font-size: var(--wt-fs-display-hero-mobile);
		line-height: var(--wt-lh-snug);
	}
}

/* Headline Large — section titles */
.wt-headline-lg,
h2 {
	font-size: var(--wt-fs-headline-lg);
	font-weight: var(--wt-fw-bold);
	line-height: var(--wt-lh-snug);
	letter-spacing: var(--wt-tracking-snug);
	color: var(--wt-on-background);
}

@media (max-width: 767px) {
	.wt-headline-lg,
	h2 {
		font-size: 32px;
	}
}

/* Headline Medium — card titles */
.wt-headline-md,
h3 {
	font-size: var(--wt-fs-headline-md);
	font-weight: var(--wt-fw-semibold);
	line-height: var(--wt-lh-normal);
	letter-spacing: var(--wt-tracking-tightish);
	color: var(--wt-on-background);
}

@media (max-width: 767px) {
	.wt-headline-md,
	h3 {
		font-size: 24px;
	}
}

h4 { font-size: 22px; font-weight: var(--wt-fw-semibold); }
h5 { font-size: 18px; font-weight: var(--wt-fw-semibold); }
h6 { font-size: 16px; font-weight: var(--wt-fw-semibold); text-transform: uppercase; letter-spacing: var(--wt-tracking-wide); }

/* Stat numerals — signature element */
.wt-stat-lg {
	font-family: var(--wt-font-display);
	font-size: var(--wt-fs-stat-lg);
	font-weight: var(--wt-fw-bold);
	line-height: 1;
	letter-spacing: var(--wt-tracking-tight);
}

@media (max-width: 767px) {
	.wt-stat-lg {
		font-size: 48px;
	}
}

/* Body */
p, .wt-body-md {
	font-family: var(--wt-font-body);
	font-size: var(--wt-fs-body-md);
	line-height: var(--wt-lh-body);
	color: var(--wt-on-surface-variant);
	margin: 0 0 var(--wt-stack-md);
}

.wt-body-lg {
	font-family: var(--wt-font-body);
	font-size: var(--wt-fs-body-lg);
	line-height: var(--wt-lh-relaxed);
	color: var(--wt-on-surface-variant);
}

/* Eyebrow / all-caps label */
.wt-label-caps {
	font-family: var(--wt-font-body);
	font-size: var(--wt-fs-label-caps);
	font-weight: var(--wt-fw-semibold);
	line-height: 1;
	letter-spacing: var(--wt-tracking-wide);
	text-transform: uppercase;
	color: var(--wt-primary);
	display: inline-block;
	margin-bottom: var(--wt-stack-sm);
}

/* Utility text colors */
.wt-text-primary        { color: var(--wt-primary); }
.wt-text-on-primary     { color: var(--wt-on-primary); }
.wt-text-amber          { color: var(--wt-amber); }
.wt-text-muted          { color: var(--wt-on-surface-variant); }
.wt-text-white          { color: #ffffff; }

/* Pull quotes */
.wt-pull-quote {
	font-family: var(--wt-font-display);
	font-size: 32px;
	font-weight: var(--wt-fw-semibold);
	line-height: 1.4;
	color: var(--wt-primary);
	border-left: 4px solid var(--wt-amber);
	padding: var(--wt-stack-md) var(--wt-stack-lg);
	margin: var(--wt-stack-xl) 0;
	font-style: normal;
}
