/* Poppins Regular */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/poppins/poppins-v24-latin-regular.woff2') format('woff2');
}

/* Poppins Bold */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/poppins/poppins-v24-latin-700.woff2') format('woff2');
}

/* Terapkan ke seluruh elemen */
body, h1, h2, h3, h4, h5, h6, .main-sidebar, .content-header {
  font-family: 'Poppins', sans-serif !important;
}