:root {
	--main: #3b96cc;
	--red: #f00;
	--blue: #00f;
	--green: #008600;
	--color_main: #3b96cc;
}

::marker {
	color: var(--main);
}

