/**
 * Self-hosted font declarations.
 *
 * Files live in assets/fonts/ and are committed to the theme — nothing here
 * fetches from Google Fonts or any other external host at runtime. Both
 * files are variable fonts (single file covers the full weight range), so
 * only two font files are needed for the whole site.
 */

@font-face {
	font-family: 'Playfair Display';
	src: url('../fonts/playfair-display/playfair-display-variable-latin.woff2') format('woff2');
	font-weight: 400 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Open Sans';
	src: url('../fonts/open-sans/open-sans-variable-latin.woff2') format('woff2');
	font-weight: 400 700;
	font-style: normal;
	font-display: swap;
}
