@import "./demo";

body {
	background: if(
		oBrandIs('core') or oBrandIs('internal'),
		oColorsByName('slate'),
		oColorsByName('black')
	);
}
