/* Headline-Klassen - beide Varianten für Kompatibilität */
.headline1,
.widget-headline-h1 {
    font-family: var(--font-family-primary);
    font-size: var(--font-size-h1);
    line-height: 1.1;
    margin-bottom: 30px;
    margin-top: 0;
    hyphens: none;
    word-break: normal;
    color: var(--color-text-primary);
    font-weight: 600;
    letter-spacing: -0.02em;
}

.headline2,
.widget-headline-h2 {
    font-family: var(--font-family-primary);
    font-size: var(--font-size-h2);
    line-height: 1.15;
    margin-bottom: 24px;
    margin-top: 0;
    hyphens: none;
    word-break: normal;
    color: var(--color-text-primary);
    font-weight: 600;
    letter-spacing: -0.01em;
}

.headline3,
.widget-headline-h3 {
    font-family: var(--font-family-primary);
    font-size: var(--font-size-h3);
    line-height: 1.2;
    margin-bottom: 20px;
    margin-top: 0;
    hyphens: none;
    word-break: normal;
    color: var(--color-text-primary);
    font-weight: 600;
    letter-spacing: -0.01em;
}

.headline4,
.widget-headline-h4 {
    font-family: var(--font-family-primary);
    font-size: var(--font-size-h4);
    line-height: 1.25;
    margin-bottom: 16px;
    margin-top: 0;
    hyphens: none;
    word-break: normal;
    color: var(--color-text-primary);
    font-weight: 600;
}
