html[lang="id"] body {
    font-family: 'Instrument Sans', 'Instrument Sans', system-ui, sans-serif;
}
@media (max-width: 992px) {
    html[lang="id"] .hero-content h1 {
        font-size: clamp(2.05rem, 5vw + 1.25rem, 3.55rem);
    }
}
@media (min-width: 992px) {
    html[lang="id"] .hero .subtitle {
        font-size: clamp(1.275rem, 0.9rem + 1.2vw, 1.375rem);
        letter-spacing: 0.1em;
    }
}