/* =====================
   GLOBAL FONT OVERRIDE
===================== */

html {
    font-size: 17px !important;
  }
  
  body,
  p,
  span,
  li,
  a,
  label,
  input,
  textarea,
  select,
  button {
    font-size: 1rem !important;
    line-height: 1.7 !important;
  }
  
  /* JUDUL */
  h1 { font-size: 2.2rem !important; }
  h2 { font-size: 1.8rem !important; }
  h3 { font-size: 1.4rem !important; }
  h4 { font-size: 1.2rem !important; }
  
  /* =====================
     NAVBAR TIDAK TERPENGARUH
  ===================== */
  
  /* sesuaikan dengan class navbar kamu */
  .navbar,
  .navbar * {
    font-size: 14px !important;
    line-height: normal !important;
  }
  /* =====================
   FORCE FONT TENTANG SEKOLAH
===================== */

.profil-section p,
.profil-section .intro-text {
  font-size: 1.1rem !important;
  line-height: 1.9 !important;
}
/* =====================
   GLOBAL CONTENT FONT (EXCEPT NAVBAR)
===================== */

body :not(.navbar):not(.navbar *) {
    font-size: 1.05rem;
    line-height: 1.8;
  }
  