/*
 * Font loading is handled by theme.json fontFace declarations.
 * This file provides fallback @font-face rules for non-block contexts.
 */

@font-face {
	font-family: 'Instrument Serif';
	font-weight: 400;
	font-style: normal;
	font-display: swap;
	src: url('./InstrumentSerif-Regular.woff2') format('woff2');
}

@font-face {
	font-family: 'Instrument Serif';
	font-weight: 400;
	font-style: italic;
	font-display: swap;
	src: url('./InstrumentSerif-Italic.woff2') format('woff2');
}

@font-face {
	font-family: 'JetBrains Mono';
	font-weight: 100 800;
	font-style: normal;
	font-display: swap;
	src: url('./JetBrainsMono-Variable.woff2') format('woff2');
}

@font-face {
	font-family: 'JetBrains Mono';
	font-weight: 100 800;
	font-style: italic;
	font-display: swap;
	src: url('./JetBrainsMono-Variable-Italic.woff2') format('woff2');
}
