:root {
	--rounding:			4px;	/* Obsolete */

	--rounding-small:	3px;	/* Used for standalone components such as buttons. */
	--rounding-medium:	6px;	/* Used for component containers such as cards or surfaces. */
	--rounding-large:	9px;	/* Used for top-level components such as articles. */
}