const seatColors = [ "#3b82f6", "#ef4444", "#eab308", "#22c55e", "#a855f7", "#ec4899", ];
function updateVariant(variant, index) {
	return { 
		baseFillColor: seatColors[index - 1] + "40", 
	};
}