/**handles:ft-fonts**/
/**
 * Self-hosted font faces — "The Storyteller" pair (Newsreader display / Archivo
 * body/UI), replacing the fonts.googleapis.com / fonts.gstatic.com dependency.
 * Both are variable fonts (single file spans the weight range, Newsreader also
 * spans optical size); latin subset, woff2 only. Files live in assets/fonts/.
 * font-display: swap kept to match the prior Google Fonts loading behavior.
 */

@font-face {
	font-family: 'Newsreader';
	src: url('https://forgingtomorrow.com/wp-content/themes/forging-tomorrow/assets/fonts/newsreader-roman.woff2') format('woff2-variations'), url('https://forgingtomorrow.com/wp-content/themes/forging-tomorrow/assets/fonts/newsreader-roman.woff2') format('woff2');
	font-weight: 200 800;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Newsreader';
	src: url('https://forgingtomorrow.com/wp-content/themes/forging-tomorrow/assets/fonts/newsreader-italic.woff2') format('woff2-variations'), url('https://forgingtomorrow.com/wp-content/themes/forging-tomorrow/assets/fonts/newsreader-italic.woff2') format('woff2');
	font-weight: 200 800;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Archivo';
	src: url('https://forgingtomorrow.com/wp-content/themes/forging-tomorrow/assets/fonts/archivo-roman.woff2') format('woff2-variations'), url('https://forgingtomorrow.com/wp-content/themes/forging-tomorrow/assets/fonts/archivo-roman.woff2') format('woff2');
	font-weight: 100 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Archivo';
	src: url('https://forgingtomorrow.com/wp-content/themes/forging-tomorrow/assets/fonts/archivo-italic.woff2') format('woff2-variations'), url('https://forgingtomorrow.com/wp-content/themes/forging-tomorrow/assets/fonts/archivo-italic.woff2') format('woff2');
	font-weight: 100 900;
	font-style: italic;
	font-display: swap;
}