body {
  font-family: "Inter", sans-serif;
}
.title-serif {
  font-family: "Playfair Display", serif;
}

/* Menyembunyikan scrollbar untuk navigasi horizontal */
.scrollbar-hide::-webkit-scrollbar {
  display: none;
}
.scrollbar-hide {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
