/* Import Google Font */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap');

/* Ganti font utama */
body,
p,
li,
td,
th {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

/* Heading lebih tegas dan modern */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  color: #222;
  margin-top: 1.2em;
  margin-bottom: 0.5em;
}

/* Navigasi lebih rapi */
.navbar-nav > li > a {
  font-weight: 600;
  letter-spacing: 0.5px;
}

/* Artikel detail */
.obj_article_details {
  font-size: 17px;
  color: #2c2c2c;
}

/* Footer lebih ringan */
#pkp_footer {
  font-size: 14px;
  color: #777;
}

/* Link hover */
a:hover {
  color: #007acc;
  text-decoration: underline;
}

/* Ubah warna latar belakang header */
.header {
  background-color: #004080; /* Ganti dengan warna yang kamu inginkan */
}

/* Optional: Ubah warna teks di header agar kontras */
.header a,
.header h1,
.header h2 {
  color: #ffffff;
}
