/* ==========================================================================
   Typografie – Fraunces (Display) + Work Sans (Text), echte Skala
   ========================================================================== */

body {
	font-family: var(--font-body);
	font-size: 16px;
	line-height: 1.6;
	text-wrap: pretty;
}

h1, h2, h3, h4 {
	font-family: var(--font-display);
	font-weight: 600;
	line-height: 1.1;
	letter-spacing: -0.01em;
	color: var(--primary);
	text-wrap: pretty;
	margin: 0 0 0.6em;
}

h1 {
	font-size: clamp(2.4rem, 3.4vw + 1.2rem, 4.4rem);
	font-weight: 700;
}

h2 {
	font-size: clamp(1.9rem, 1.8vw + 1.2rem, 2.8rem);
}

h3 {
	font-size: clamp(1.2rem, 0.6vw + 1rem, 1.5rem);
	font-weight: 600;
}

p {
	margin: 0 0 1.1em;
	text-wrap: pretty;
	max-width: 62ch;
}

.dsk-eyebrow {
	font-family: var(--font-body);
	text-transform: uppercase;
	letter-spacing: 0.14em;
	font-size: 0.8rem;
	font-weight: 600;
	color: var(--accent);
	margin: 0 0 0.9em;
}

.dsk-content :is(h1, h2, h3, h4) {
	margin-top: 1.4em;
}

.dsk-content ul, .dsk-content ol {
	padding-left: 1.4em;
}

.dsk-content li {
	margin-bottom: 0.5em;
}

.dsk-content a:not(.dsk-btn) {
	color: var(--accent-dark);
	text-decoration-thickness: 1.5px;
	text-underline-offset: 3px;
}

strong {
	font-weight: 700;
}
