/*
 * Raconteur — self-hosted type. Two families only, per the catalogue's
 * restraint rule: Alegreya for display/headings (a serif originally cut for
 * literary typesetting — its brief was literally "long passages of
 * literature"), Merriweather for body/reading copy (designed specifically
 * for legibility in extended on-screen reading, which is the actual job
 * this theme's chapter reader has to do). Latin-subset only.
 */

@font-face {
	font-family: 'Raconteur Display';
	src: url('../fonts/alegreya-500.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Raconteur Display';
	src: url('../fonts/alegreya-500i.woff2') format('woff2');
	font-weight: 500;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Raconteur Display';
	src: url('../fonts/alegreya-700.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

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

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

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