/**
 * Self-hosted variable fonts: Fraunces (display) + Inter (body).
 *
 * Replaces the fonts.googleapis.com / fonts.gstatic.com CDN request.
 * Files are variable fonts (single file covers the whole weight/optical-size
 * range instead of separate static files per weight), sourced from the
 * upstream OFL repositories and repackaged as WOFF2. See OFL-LICENSES.txt
 * in this folder for full license text — both are SIL Open Font License 1.1,
 * which explicitly permits bundling/redistribution.
 *
 * @package AngkorAsiaAdventures
 * @since   3.17.0
 */

@font-face {
	font-family: 'Inter';
	src: url('../fonts/inter-var.woff2') format('woff2-variations'),
	     url('../fonts/inter-var.woff2') format('woff2');
	font-weight: 100 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Fraunces';
	src: url('../fonts/fraunces-var.woff2') format('woff2-variations'),
	     url('../fonts/fraunces-var.woff2') format('woff2');
	font-weight: 100 900;
	font-style: normal;
	font-optical-sizing: auto;
	font-display: swap;
}

@font-face {
	font-family: 'Fraunces';
	src: url('../fonts/fraunces-italic-var.woff2') format('woff2-variations'),
	     url('../fonts/fraunces-italic-var.woff2') format('woff2');
	font-weight: 100 900;
	font-style: italic;
	font-optical-sizing: auto;
	font-display: swap;
}
