/**
 * Local fonts — WordPress.org compliant (no remote font requests).
 *
 * Playfair Display (headings) and Open Sans (body) are bundled locally as
 * OFL-licensed variable WOFF2 files (latin subset) in /assets/fonts/, so the
 * theme makes zero external requests. See readme.txt "Credits" for licensing.
 *
 * Both are variable fonts: a single file per family covers the weight range.
 */

@font-face {
	font-family: 'Playfair Display';
	font-style: normal;
	font-weight: 400 900;
	font-display: swap;
	src: url('../fonts/playfair-display.woff2') format('woff2');
}

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 300 800;
	font-display: swap;
	src: url('../fonts/open-sans.woff2') format('woff2');
}
