/* Self-hosted, three variable files, ~330KB, no request leaves the origin.
   Nothing here calls fonts.googleapis.com, so reading an article does not send
   the reader's IP to Google. On a site whose privacy policy has to describe
   every transfer, that is worth three files in the repo.

   v5.0 "The Chart": the display face is Bricolage Grotesque, the prose face is
   Source Serif 4 with its real italic. Fraunces and Inter were the card news'
   brand faces; the redesign retires them here and the card news keeps them. */

@font-face {
	font-family: 'Bricolage Grotesque';
	font-style: normal;
	font-weight: 200 800;
	font-display: swap;
	src: url(../fonts/BricolageGrotesque.woff2) format('woff2-variations'), url(../fonts/BricolageGrotesque.woff2) format('woff2');
}

@font-face {
	font-family: 'Source Serif 4';
	font-style: normal;
	font-weight: 200 900;
	font-display: swap;
	src: url(../fonts/SourceSerif4.woff2) format('woff2-variations'), url(../fonts/SourceSerif4.woff2) format('woff2');
}

@font-face {
	font-family: 'Source Serif 4';
	font-style: italic;
	font-weight: 200 900;
	font-display: swap;
	src: url(../fonts/SourceSerif4-Italic.woff2) format('woff2-variations'), url(../fonts/SourceSerif4-Italic.woff2) format('woff2');
}
