/*
Local, self-hosted brand fonts (Newsreader + Work Sans), latin subset only.
Downloaded from Google Fonts to avoid depending on the Google Fonts
CDN (also sidesteps Autoptimize's "remove Google Fonts" performance
setting, if enabled site-wide).
*/

@font-face {
	font-family: 'Newsreader';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url('fonts/Newsreader-500.woff2') format('woff2');
}

@font-face {
	font-family: 'Newsreader';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url('fonts/Newsreader-600.woff2') format('woff2');
}

@font-face {
	font-family: 'Newsreader';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('fonts/Newsreader-700.woff2') format('woff2');
}

@font-face {
	font-family: 'Work Sans';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('fonts/WorkSans-400.woff2') format('woff2');
}

@font-face {
	font-family: 'Work Sans';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url('fonts/WorkSans-500.woff2') format('woff2');
}

@font-face {
	font-family: 'Work Sans';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url('fonts/WorkSans-600.woff2') format('woff2');
}

@font-face {
	font-family: 'Work Sans';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('fonts/WorkSans-700.woff2') format('woff2');
}
