/* Self-hosted fonts (downloaded from Google Fonts at build time — avoids a
   third-party request to fonts.googleapis.com/fonts.gstatic.com on every
   visitor page load, which matters for a subscriber-privacy-sensitive site). */

@font-face {
	font-family: 'Bodoni Moda';
	font-style: italic;
	font-weight: 500 600;
	font-display: swap;
	src: url('../fonts/bodoni-moda-italic-500-600.woff2') format('woff2');
}

@font-face {
	font-family: 'Bodoni Moda';
	font-style: normal;
	font-weight: 400 600;
	font-display: swap;
	src: url('../fonts/bodoni-moda-normal-400-600.woff2') format('woff2');
}

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

@font-face {
	font-family: 'JetBrains Mono';
	font-style: normal;
	font-weight: 400 600;
	font-display: swap;
	src: url('../fonts/jetbrains-mono-normal-400-600.woff2') format('woff2');
}
