/* ARBTRANS chrome — base CSS variables (always defined, even without the API) */

:root,
.arbtrans-chrome {
	--arb-bg: #0b1956;
	--arb-surface: #0b1956;
	--arb-text: #ffffff;
	--arb-muted: #64748b;
	--arb-accent: #ffffff;
	--arb-footer-bg: #0b1956;
	--arb-footer-link: #60a5fa;
	--arb-font: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
	--arb-gutter: 5vw;
	--arb-container-max: 100%;
}
