/* Self-hosted web fonts. Only the latin subset is bundled.
 * Source: Google Fonts (variable woff2, latin subset).
 * Jost: geometric sans for display headings.
 * Open Sans: humanist sans for body and prose.
 *
 * Thai (th) script is not in the latin subset; Thai text falls back to the
 * system font. Add a Thai subset file if Thai typography is needed. */

/* Jost - variable font, weights 300-700 in one file */
@font-face {
	font-family: "Jost";
	font-style: normal;
	font-weight: 300 700;
	font-display: swap;
	src: url("/assets/jost-latin-cf30ff04.woff2") format("woff2");
}

/* Open Sans - variable font, normal weights 300-700 in one file */
@font-face {
	font-family: "Open Sans";
	font-style: normal;
	font-weight: 300 700;
	font-display: swap;
	src: url("/assets/open-sans-latin-7177765c.woff2") format("woff2");
}

/* Open Sans - italic 400 (for prose emphasis) */
@font-face {
	font-family: "Open Sans";
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: url("/assets/open-sans-latin-italic-1db10958.woff2") format("woff2");
}
