/* The overlay's palette, one step away from the terminal's own: a surface retunes these
   on its host element and every mark drawn on it follows, no call naming a colour. */
:root {
	--mf-hud-default: var(--mf-color-text);
	--mf-hud-active: var(--mf-color-focus);
	--mf-hud-muted: var(--mf-color-text-muted);
	--mf-hud-warn: var(--mf-color-danger);
	--mf-hud-accent: var(--mf-color-accent);
	--mf-hud-faint: var(--mf-color-border);

	/* What a chip is set on, so short text stays legible over whatever it covers. */
	--mf-hud-backing: var(--mf-color-background);
}
