:root {

	// default values
	--border: none;
	--colorActive: var(--colorHover);
	--transition: all 0.12s cubic-bezier(0.455, 0.03, 0.515, 0.955);

	// lists
	--listIndent: 2.5em;
	--listItemSpacing: 0.3em;
	
}