/**
 * perspective.php. Ported verbatim from research-misconduct.html.
 * `blockquote.pull` is deliberately not reproduced here — it is
 * documented dead CSS (defined but unused in any current page body,
 * per the site-wide typography pass in CHANGELOG.md) and this migration
 * does not reintroduce unused patterns.
 */

#perspective p,
.perspective p {
	font-size: 16.5px;
	color: var(--ink-soft);
	line-height: 1.85;
	margin-bottom: 28px;
	max-width: 66ch;
}
