/*
 * Tabler's sans-serif stack, restated so it names the font this theme actually serves.
 *
 * TABLER 1.5 CHANGED WHAT THIS DIVERGES FROM, AND THE SHEET IS STILL NEEDED. Its default stack no
 * longer leads with "Inter Var" and Inter; 1.5 dropped the bundled web font entirely and now starts
 * system-ui. Measured with this sheet disabled on the samples app: system-ui, -apple-system,
 * BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, ... So the old wording - that Tabler
 * names Inter and ships neither - is no longer the reason.
 *
 * The reason now is simpler: this theme serves Inter through InterCssReference, and nothing in
 * Tabler's stack names it, so without this override the served font is downloaded and never used.
 *
 * Roboto is still worth removing, and still for the original reason. It remains in Tabler's own
 * stack ahead of the generic, it is the first name a Linux browser can match, and a third party
 * loading Roboto for its own use re-resolves the stack and changes every piece of body text
 * mid-load. A stack should not name a face the page never serves and someone else might.
 *
 * The rest is Tabler's, unchanged, and still the fallback if the webjar is absent.
 */
:root {
	--tblr-font-sans-serif: InterVariable, "Inter Var", Inter, -apple-system, BlinkMacSystemFont,
		"San Francisco", "Segoe UI", "Helvetica Neue", sans-serif;
}
