/*
 * Self-hosted variable fonts (Source Serif 4 for headings, Inter for body copy).
 * Each file is a single variable-font woff2 that covers every weight below via its
 * wght axis, so one @font-face per family serves all the weights the theme uses.
 * Self-hosted instead of loaded from Google Fonts so the block editor's iframe preview
 * (which cannot fetch remote stylesheets) renders the real fonts too.
 */
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400 700;
	font-display: swap;
	src: url('/wp-content/themes/asis-generatepress-child/fonts/inter-variable.woff2') format('woff2');
}
@font-face {
	font-family: 'Source Serif 4';
	font-style: normal;
	font-weight: 600 700;
	font-display: swap;
	src: url('/wp-content/themes/asis-generatepress-child/fonts/source-serif-4-variable.woff2') format('woff2');
}
