/*
 * Argon — self-hosted webfonts (both SIL OFL 1.1, latin subset).
 * Bungee: single-weight bold condensed display sans, real signage/marquee
 * character — used for all headings. Work Sans: variable-weight (400-700)
 * clean workhorse sans — used for body copy. See CREDITS.txt.
 */
@font-face {
	font-family: 'Bungee';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/bungee-400.woff2') format('woff2');
}
@font-face {
	font-family: 'Work Sans';
	font-style: normal;
	font-weight: 400 700;
	font-display: swap;
	src: url('../fonts/worksans-variable.woff2') format('woff2');
}
