/*
 * Conduit ITC @font-face — WOFF2 (2-3x smaller than OTF), subsetted (Latin + NL).
 * OTF fallback for older browsers.
 */
@font-face {
	font-family: 'Conduit ITC';
	src: url('../fonts/ConduitITC.woff2') format('woff2'),
	     url('../fonts/ConduitITC.otf') format('opentype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
	size-adjust: 98%;
}

@font-face {
	font-family: 'Conduit ITC';
	src: url('../fonts/ConduitITC-Black.woff2') format('woff2'),
	     url('../fonts/ConduitITC-Black.otf') format('opentype');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
	size-adjust: 98%;
}
