

/*
# Paragraph default color */
	p {

		line-height: 144%;
		color: var(--sft-transparent-black-0093);
	}


/* 
# Semi-generic body copy modifiers */

	/* 
	## Copy down step */
		/*
		.sft-copy-down-step {
			color: var(--sft-transparent-black-0070);
		}
		*/

/* 
# Small text */
/*
	small p, p small {
		color: var(--sft-transparent-black-0070);
	}

*/
/* 
New implementation 
********************************************** */

/*
	.sft-copy-first-shift {
		font-size: .875rem;
	}


	.sft-copy-second-shift {
		font-size: .765625rem;

	}


	.sft-copy-third-shift {
		font-size: .765625rem;
		color: var(--sft-transparent-black-0050);

	}
*/