
/* 
## Label part */
	.csn-label-body-text {
		font-size: 16px;
		
		/* font-family: 'Roboto', 'Arial', sans-serif; */

		font-weight: 400;
		color: var(--csn-transparent-black-0070);
	}

	.csn-label-body-text.csn-label-body-text--small {
		
		font-size: 14px;
	}

	.csn-label-body-text.csn-label-body-text--tiny {
		font-size: 12px;
	}


/* 
## Heading part */
	.csn-heading-body-text {
		font-size: 16px;
		
		/* font-family: 'Roboto', 'Arial', sans-serif; */

		font-weight: 500;
		color: var(--csn-transparent-black-0093);
	}


	.csn-heading-body-text.csn-heading-body-text--small {
		font-size: 14px;
	}

	.csn-heading-body-text.csn-heading-body-text--tiny {
		font-size: 12px;
	}

