/*
 * Self-hosted JetBrains Mono (variable, 100-800) for Arca.
 * The Fontshare CDN link returned an empty stylesheet (it never served this
 * family), so every `.mono` element fell back to the OS monospace with
 * different metrics per platform. Self-hosting removes the third-party
 * dependency and keeps the PWA usable offline — same rationale as satoshi.css.
 *
 * Source: https://github.com/JetBrains/JetBrainsMono (v2.304 webfonts)
 * License (OFL-1.1): apps/pwa/public/fonts/JetBrainsMono-LICENSE.txt
 */

@font-face {
	font-family: "JetBrains Mono";
	src: url("/fonts/JetBrainsMono-Variable.woff2") format("woff2");
	font-weight: 100 800;
	font-display: swap;
	font-style: normal;
}
