/*
 * Self-hosted @font-face declarations for Cormorant Garamond and Plus Jakarta Sans.
 * Both are variable fonts — each style (normal/italic) ships as a single woff2 file
 * covering its full weight range, so the discrete font-weight rules below all point
 * at the same file per style; the browser renders the correct weight from the
 * variable font's "wght" axis. Enqueued directly (not run through webpack) since
 * these are static binary assets — see inc/enqueue.php.
 */

@font-face {
	font-family: 'Cormorant Garamond';
	font-style: normal;
	font-weight: 300 600;
	font-display: swap;
	src: url('./cormorant-garamond/CormorantGaramond-Variable.woff2') format('woff2');
}

@font-face {
	font-family: 'Cormorant Garamond';
	font-style: italic;
	font-weight: 300 500;
	font-display: swap;
	src: url('./cormorant-garamond/CormorantGaramond-Italic-Variable.woff2') format('woff2');
}

@font-face {
	font-family: 'Plus Jakarta Sans';
	font-style: normal;
	font-weight: 300 700;
	font-display: swap;
	src: url('./plus-jakarta-sans/PlusJakartaSans-Variable.woff2') format('woff2');
}
