.pk-text-lg {
    font-size: var(--desktop-body-intro);
}

.pk-tekst .pk-text-md {
	font-size: var(--desktop-body-xl);
	line-height: 1.4;
}

.pk-text-orange {
	color: var(--ch-orange, #ee7203);
}

.pk-text-white {
	color: #ffffff;
	background: var(--ch-orange);
}

.pk-text-black {
	color: var(--pk-text-color, #000);
}
