:root {	
	/*  Line Height  */
	--leading-none: 1;
	--leading-tight: 1.25;
	--leading-snug: 1.375;
	--leading-normal: 1.5;
	--leading-relaxed: 1.625;
	--leading-loose: 2;
	
	/*  Colors  */
	--dark: hsl(0, 0%, 20%);
	--pink: hsl(324, 100%, 46%);
	--green: hsl(112, 76%, 31%);
	--orange: hsl(42, 77%, 53%);
	--cream: hsl(42, 25%, 92%);
}