:root {

	// default values
	--border: none;
	--colorActive: var(--colorHover);
	--transition: all 0.12s cubic-bezier(0.455, 0.03, 0.515, 0.955);

	// content elements
	// --contentSpacing: 1.5em;
}