/*
 * Colophon — self-hosted type. Two families only, per the catalogue's
 * restraint rule: Libre Caslon Display for headings, Libre Caslon Text for
 * body/UI copy. Both are the real historic book-trade Caslon letterform
 * family (the type William Caslon cut in the 1720s and English printers
 * used for two centuries — "when in doubt, use Caslon" is a real trade
 * maxim), which makes it the correct typeface for an antiquarian
 * bookseller rather than a decorative choice. Latin-subset only.
 */

@font-face {
	font-family: 'Colophon Display';
	src: url('../fonts/libre-caslon-display-400.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Colophon Text';
	src: url('../fonts/libre-caslon-text-400.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Colophon Text';
	src: url('../fonts/libre-caslon-text-400i.woff2') format('woff2');
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Colophon Text';
	src: url('../fonts/libre-caslon-text-700.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
