h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    color: var(--rs-text);
    line-height: 1.15;
    font-weight: 300 !important;
}

p {
    margin: 0;
    color: var(--rs-text-soft);
    line-height: 1.7;
}

/* Header/card subtitles dinonaktifkan agar tampilan app lebih clean dan tipografi tidak terasa berat. */
.rs-page-header__text,
.rs-page-header__subtitle,
.rs-auth-subtitle,
.rs-instalasi-subtitle,
.rs-dashboard-stat__text,
.rs-dashboard-panel__text,
.card-subtitle,
.rs-card > p.text-muted,
.rs-card > .rs-section-text,
.rs-section-card > p.text-muted,
.rs-section-card > .rs-section-text,
.rs-card .rs-card-subtitle {
    display: none !important;
}

/* Turunkan bobot judul khusus yang memakai class, bukan hanya tag heading. */
.rs-page-header__title,
.rs-dashboard-card__title,
.rs-dashboard-panel__title,
.rs-section-title,
.rs-auth-title,
.rs-instalasi-title {
    font-weight: 300 !important;
}
