/*
 * Barlow and Barlow Condensed, served from this site.
 *
 * The Industry design system asks for these two families. The obvious way
 * to get them is a Google Fonts <link>, and this plugin will not do that:
 * it currently makes no outside request at all, on any page, and a font
 * link would hand Google the IP address of every visitor to a conservation
 * chapter's signup page. That is a real change to what the privacy policy
 * this plugin generates can honestly say, in exchange for saving 104KB.
 *
 * So the faces are bundled. Barlow is licensed under the SIL Open Font
 * License 1.1 (assets/fonts/OFL.txt), which permits this; the license
 * travels in the zip beside the files, as it requires.
 *
 * Latin subset only, and only the weights the system actually uses.
 * font-display: swap, so text is readable in the fallback stack while the
 * face loads and nothing is invisible on a slow phone in a parking lot.
 */

@font-face {
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('fonts/barlow-400.woff2') format('woff2');
}
@font-face {
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url('fonts/barlow-500.woff2') format('woff2');
}
@font-face {
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url('fonts/barlow-600.woff2') format('woff2');
}
@font-face {
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('fonts/barlow-700.woff2') format('woff2');
}
@font-face {
	font-family: 'Barlow Condensed';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url('fonts/barlow-condensed-500.woff2') format('woff2');
}
@font-face {
	font-family: 'Barlow Condensed';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url('fonts/barlow-condensed-600.woff2') format('woff2');
}
@font-face {
	font-family: 'Barlow Condensed';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('fonts/barlow-condensed-700.woff2') format('woff2');
}
