/**
 * Brand foundation for isolated revamp singles (webinar, white paper, …).
 *
 * These routes use a smaller handoff Tailwind compile; utilities only exist if they
 * were present at compile time. This file backfills core font utilities and keeps
 * them aligned with revamp-tokens.css.
 *
 * Fonts load via sima_revamp_enqueue_brand_fonts() — Typekit Denim + Roboto.
 */
.font-sans {
	font-family: var(--font-sans);
}

.font-body {
	font-family: var(--font-body);
}

.font-mono {
	font-family: var(--font-mono);
}
