@charset "utf-8";

/* Single-family cleanup (Bonzi): this file originally @font-face-loaded
   Satoshi / Instrument Serif / Geist Mono for the scoped homepage clone.
   The product runs on ONE typeface (Instrument Sans), so the @font-face
   blocks and their font files were removed and every clone font hook is
   repointed to --app-font-sans. The injected snapshots never reference
   these module classes, so they paint nothing; they are kept (repointed)
   only as a safety net. See src/styles/globals.css for the type system. */

.new-clone .satoshi_6e8de14d-module__u-x7bW__className,
.new-clone .instrumentserif_3ce692fe-module__B1mR8q__className,
.new-clone .geist_mono_8d43a2aa-module__8Li5zG__className {
	font-family: var(--app-font-sans);
}

.new-clone .satoshi_6e8de14d-module__u-x7bW__variable {
	--font-satoshi: var(--app-font-sans);
}

.new-clone .instrumentserif_3ce692fe-module__B1mR8q__variable {
	--font-instrument-serif: var(--app-font-sans);
}

.new-clone .geist_mono_8d43a2aa-module__8Li5zG__variable {
	--font-geist-mono: var(--app-font-sans);
}
