/* =========================================================
   V72 - TIPOGRAFI LEBIH RINGAN DAN NYAMAN
   Hanya mengatur bobot font. Tidak mengubah struktur layout.
   ========================================================= */

/* Teks utama */
html,
body,
input,
select,
textarea{
  font-weight:400;
}

body,
p,
li,
td,
small,
.muted,
.app-title p,
.section-title p,
.hero-copy p,
.form-card p,
.card p,
.empty{
  font-weight:400 !important;
}

/* Label dan keterangan agar tetap jelas, tetapi tidak terlalu tebal */
label,
th,
.field label,
.sidebar-title,
.tag,
.badge,
[class*="-badge"],
[class*="-status"]{
  font-weight:600 !important;
}

/* Tombol dan navigasi */
.btn,
button,
.public-nav a,
.side-nav a,
.mobile-panel a,
.login-pill,
.quick-card,
.quick-card b,
[class*="quick-"] a,
[class*="action-"] a{
  font-weight:600 !important;
}

/* Nama sekolah / brand */
.brand-title,
.brand-title::after{
  font-weight:700 !important;
  letter-spacing:.01em !important;
}

.brand-sub{
  font-weight:400 !important;
}

/* Judul utama */
h1,
h2,
h3,
h4,
h5,
h6,
.app-title h1,
.section-title h2,
.hero-copy h1,
.form-card h2,
.form-card h3,
.card h2,
.card h3{
  font-weight:700 !important;
}

/* Teks tebal, angka statistik, jumlah dan nilai */
b,
strong,
.stat-value,
.stat-number,
[class*="stat-"] b,
[class*="summary-"] b,
[class*="metric-"] b,
[class*="total-"] b,
[class*="count-"] b{
  font-weight:700 !important;
}

/* Hindari tampilan terlalu padat pada tabel dan form */
td,
th,
input,
select,
textarea,
.btn{
  letter-spacing:0 !important;
}

/* Tablet */
@media (max-width:1180px){
  .brand-title::after{
    font-weight:700 !important;
  }

  .mobile-panel a,
  .side-nav a{
    font-weight:600 !important;
  }
}

/* HP */
@media (max-width:640px){
  body{
    line-height:1.58;
  }

  .brand-title,
  .brand-title::after{
    font-weight:700 !important;
  }

  .btn,
  button,
  .mobile-panel a,
  .side-nav a{
    font-weight:600 !important;
  }

  h1,
  .app-title h1,
  .hero-copy h1{
    font-weight:700 !important;
  }
}
