/* German Language Support */
[lang="de"] {
    font-family: 'Roboto', 'Work Sans', sans-serif;
}

[lang="de"] .hero__title {
    font-family: 'Roboto', 'Work Sans', sans-serif;
    font-weight: 300;
}

[lang="de"] .service__title {
    font-family: 'Roboto', 'Work Sans', sans-serif;
    font-weight: 500;
}

[lang="de"] .hero__text {
    font-family: 'Roboto', 'Work Sans', sans-serif;
    font-weight: 300;
}

[lang="de"] .service__text {
    font-family: 'Roboto', 'Work Sans', sans-serif;
    font-weight: 300;
}

/* German specific typography adjustments */
[lang="de"] .hero__title {
    line-height: 1.2;
}

[lang="de"] .service__title {
    line-height: 1.3;
}

[lang="de"] .hero__text {
    line-height: 1.6;
}

[lang="de"] .service__text {
    line-height: 1.5;
}
