/*
	Univers Next Pro Bold — Linotype GmbH, Adrian Frutiger and the Linotype
	Design Studio, © 2010. Supplied by the client 2026-09-09 for the Style
	Guide's SECONDARY HEADLINE role, which the guide names as "Univers LT Std
	65 Bold"; the client's email states Univers Next Pro Bold is that face.

	woff2 first, woff second: every browser this app supports reads woff2, and
	the woff is the fallback the client also supplied rather than a conversion
	of our own — the Linotype notice bars reproducing or modifying the
	software, so nothing here is converted or subset.

	font-display: swap so a heading is readable while the file arrives rather
	than invisible.

	One weight, one style. Do not synthesise the others: an oblique or a
	lighter weight faked by the browser is not Univers, and the roles that
	need them (body copy at 55 Roman, subheads and CTAs at 75 Black) are still
	outstanding — see docs/BRAND_FONTS.md.
*/

@font-face {
	font-family: 'Univers Next Pro';
	font-display: swap;
	src: url('UniversNextPro-Bold.woff2') format('woff2'),
	     url('UniversNextPro-Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
	}
