body {
  font-family: "Open Sans", "Segoe UI", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.8;
  color: #333;
}

h1, h2, h3, h4, h5, h6,
.navbar-brand,
.section-title {
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 600;
}

.navbar-nav .nav-link {
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 500;
}

.article-content {
  font-size: 15px;
  line-height: 1.9;
}

.form-control, button {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 14px;
}


.header-logo {
  max-width: 90px;
  height: auto;
}

/* Mobile & Tablet */
@media (max-width: 767px) {
  .header-logo-wrapper {
    margin-top: 10px; /* sesuaikan: 8px / 12px / 15px */
  }
}

/* Desktop (tetap seperti sekarang) */
.header-logo-wrapper {
  margin-top: 0;
}

/* Tablet & Mobile */
@media (max-width: 991px) {
  .header-logo-wrapper {
    margin-top: 12px; /* atur sesuai selera */
  }
}


p, li {
  line-height: 1.8;
  text-align: justify;
}

