/**
 * Self-hosted font faces — "The Storyteller" pair (Newsreader display /
 * Archivo body), matching clients/Forging Tomorrow/block-build's
 * assets/css/ft-fonts.css. Copied locally so the plugin has no external
 * runtime dependency.
 */

@font-face {
	font-family: 'Newsreader';
	src: url('../fonts/newsreader-roman.woff2') format('woff2-variations'), url('../fonts/newsreader-roman.woff2') format('woff2');
	font-weight: 200 800;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Newsreader';
	src: url('../fonts/newsreader-italic.woff2') format('woff2-variations'), url('../fonts/newsreader-italic.woff2') format('woff2');
	font-weight: 200 800;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Archivo';
	src: url('../fonts/archivo-roman.woff2') format('woff2-variations'), url('../fonts/archivo-roman.woff2') format('woff2');
	font-weight: 100 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Archivo';
	src: url('../fonts/archivo-italic.woff2') format('woff2-variations'), url('../fonts/archivo-italic.woff2') format('woff2');
	font-weight: 100 900;
	font-style: italic;
	font-display: swap;
}
