/**
 * Self-hosted Fraunces for the Create admin UI.
 *
 * Fraunces is licensed under the SIL Open Font License 1.1 (see OFL.txt in this
 * directory), so it can be bundled with and redistributed by the plugin. These
 * are the variable fonts: a single file per style spans the full weight range
 * (100-900) and the optical-size axis (opsz), so no per-weight files are needed.
 * WOFF2 only, served from the plugin over the site's own scheme via
 * Plugin::assets_url().
 */

@font-face {
	font-family: 'Fraunces';
	src: url('Fraunces-roman.woff2') format('woff2-variations'),
	     url('Fraunces-roman.woff2') format('woff2');
	font-weight: 100 900;
	font-stretch: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Fraunces';
	src: url('Fraunces-italic.woff2') format('woff2-variations'),
	     url('Fraunces-italic.woff2') format('woff2');
	font-weight: 100 900;
	font-stretch: normal;
	font-style: italic;
	font-display: swap;
}
