/**
 * Self-hosted replacement for the Google Fonts CSS previously requested at
 * https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,500&family=Jost:wght@400;500;600;700&display=swap
 *
 * Files are the woff2-only, latin+latin-ext subset builds from
 * google-webfonts-helper (fonts.gstatic.com originals, self-hosted here so
 * the browser never has to reach Google at all — removes the render-blocking
 * cross-origin request and the IP disclosure to Google that came with it).
 *
 * Weights included are the ones actually referenced across this plugin's
 * front-end CSS (blocks/shared/style.css) and the theme's own Customizer
 * typography (Jost 400; Cormorant Garamond 500/700) — see the Jost 500 use
 * in .bwm-spec-row's value column and the italic 500 use in
 * .bwm-price-value-request. No 100/200/300/800/900 weights are shipped
 * since nothing on the site requests them.
 *
 * font-display: swap on every face — text renders immediately in the
 * fallback font and swaps in once the woff2 loads, instead of staying
 * invisible while it downloads.
 */

@font-face {
	font-family: 'Jost';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('jost-v20-latin_latin-ext-regular.woff2') format('woff2');
}

@font-face {
	font-family: 'Jost';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url('jost-v20-latin_latin-ext-500.woff2') format('woff2');
}

@font-face {
	font-family: 'Jost';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url('jost-v20-latin_latin-ext-600.woff2') format('woff2');
}

@font-face {
	font-family: 'Jost';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('jost-v20-latin_latin-ext-700.woff2') format('woff2');
}

@font-face {
	font-family: 'Cormorant Garamond';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url('cormorant-garamond-v21-latin_latin-ext-500.woff2') format('woff2');
}

@font-face {
	font-family: 'Cormorant Garamond';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url('cormorant-garamond-v21-latin_latin-ext-600.woff2') format('woff2');
}

@font-face {
	font-family: 'Cormorant Garamond';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('cormorant-garamond-v21-latin_latin-ext-700.woff2') format('woff2');
}

@font-face {
	font-family: 'Cormorant Garamond';
	font-style: italic;
	font-weight: 500;
	font-display: swap;
	src: url('cormorant-garamond-v21-latin_latin-ext-500italic.woff2') format('woff2');
}
