/**
 * Self-hosted Fraunces + Jost.
 *
 * Previously loaded from fonts.googleapis.com — switched to self-hosted
 * because Google's domains (fonts.googleapis.com / fonts.gstatic.com) are
 * blocked by China's Great Firewall, and the Google Fonts stylesheet was a
 * render-blocking <link> in <head>, so visitors from mainland China would
 * stall or fail to load the page entirely waiting on that connection.
 *
 * Both files are variable fonts (Google serves the same binary across every
 * static weight it lists), so one @font-face per family with a font-weight
 * range covers 300–600 without needing separate files per weight.
 */
@font-face {
	font-family: 'Fraunces';
	font-style: normal;
	font-weight: 300 600;
	font-display: swap;
	src: url('../fonts/fraunces-variable-latin.woff2') format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
	font-family: 'Jost';
	font-style: normal;
	font-weight: 400 600;
	font-display: swap;
	src: url('../fonts/jost-variable-latin.woff2') format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
