:root {
	--bg: url('url-in-var.html.png');
	background-image: var(--bg);
}