/* Bemin tokens — Temu-style marketplace chrome */

:root {
	--bm-orange: #fb7701;
	--bm-orange-deep: #e86a00;
	--bm-orange-soft: #fff3e6;
	--bm-red: #fb4242;
	--bm-green: #00a862;
	--bm-ink: #222222;
	--bm-muted: #757575;
	--bm-line: #eeeeee;
	--bm-canvas: #ffffff;
	--bm-white: #ffffff;
	--bm-header: #ffffff;
	--bm-shadow: none;

	--bm-font: ui-rounded, "Nunito Sans", "Segoe UI", system-ui, sans-serif;
	--bm-container: min(1400px, calc(100% - 2rem));
	--bm-header-h: 4.25rem;
	--bm-radius: 12px;
	--bm-radius-sm: 8px;
	--bm-radius-pill: 999px;
	--bm-ease: cubic-bezier(0.22, 1, 0.36, 1);
}

@media (max-width: 768px) {
	:root {
		--bm-container: min(100% - 1rem, 1400px);
		--bm-header-h: 3.5rem;
	}
}
