/**
	Default color variables
 */
html{
	--c-grey: #B2B2B2;
	--c-light: #fff;
	--ca-light: 255, 255, 255;
	--c-dark: #1b1b1b;
}
