:root {
	--background:#07a; 
	--background-secundary:#92c4d9; 
	--background-tertiary:#dcf5ff;
	--background-inactive:#cbcbcb;
	--background-input:white;

	--border:#0af;
	--border-secundary:#43ccf5;
	--border-tertiary:#74d6f3;
	--border-inactive:#818080;
	--border-input:green;
	--border-error:red;
	--border-admin:yellow;

	--color:#fff;
	--color-secundary:#410051;
	--color-tertiary:#222;
	--color-inactive:#5b5b5b;
	--color-input:black;

	--shadow:#000;
	
}

