/* Satoshi — the typeface the brand book specifies.
 *
 * Self-hosted rather than loaded from Fontshare's CDN, so the site keeps its
 * rule of making no third-party request on page view. One variable file covers
 * 300–900: 41.6 KB against 97.6 KB for the four static weights it replaces.
 *
 * Licensed free for personal and commercial use via Fontshare (Indian Type
 * Foundry). If the weight range ever needs extending, re-fetch from
 * https://www.fontshare.com/fonts/satoshi rather than synthesising a bold. */
@font-face {
	font-family: "Satoshi";
	src: url("/fonts/satoshi-variable.woff2") format("woff2-variations");
	font-weight: 300 900;
	font-style: normal;
	font-display: swap;
}
