.intro_tekst-content .char {
	display: inline;
	color: #312019;
	font-weight: 400;
	font-size: max(1.55rem, calc(2.25 * var(--su)));
	will-change: color;
}

.intro_tekst-content{
	word-spacing: 0.45em;
}

.intro_tekst-content .char-space {
	display: inline;
}

@media screen and (max-width: 768px) {
	intro_tekst-content{
		word-spacing: 0.1em;
	}
}
