/* Self-hosted editorial fonts - Fraunces (display serif) + Archivo (grotesque sans). */

@font-face {
	font-family: 'Fraunces';
	src: url('../../fonts/fraunces-latin.woff2') format('woff2');
	font-weight: 100 900;
	font-style: normal;
	font-display: swap;
	font-stretch: normal;
}

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