/* Self-hosted, latin-subset, variable fonts — no external Google Fonts
   requests. Declaring a font-weight *range* against a single variable file
   (rather than one static file per weight) lets the browser interpolate the
   real weight axis instead of faking distinct weights from duplicate
   binaries — a bug already hit more than once elsewhere in this catalogue
   (see Quire's/Bolt's/Ledger's fonts.css notes). */

@font-face {
	font-family: 'Fraunces';
	src: url('../fonts/fraunces-var.woff2') format('woff2-variations'), url('../fonts/fraunces-var.woff2') format('woff2');
	font-weight: 300 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Fraunces';
	src: url('../fonts/fraunces-var-italic.woff2') format('woff2-variations'), url('../fonts/fraunces-var-italic.woff2') format('woff2');
	font-weight: 300 900;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'IBM Plex Sans';
	src: url('../fonts/ibm-plex-sans-var.woff2') format('woff2-variations'), url('../fonts/ibm-plex-sans-var.woff2') format('woff2');
	font-weight: 400 600;
	font-style: normal;
	font-display: swap;
}
