body {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif;
}

.card-title {
  font-weight: 600;
}

.table thead th {
  font-size: 0.9rem;
}

.badge {
  font-size: 0.85rem;
}


.container {
  overflow: visible;
}


.custom-navbar {
  height: 80px;              /* atur tinggi sesuai kebutuhan */
}
.custom-navbar .container {
  height: 100%;              /* biar isi ikut menyesuaikan */
}
.custom-navbar .navbar-brand img {
  max-height: 60px;          /* sesuaikan logo agar muat */
}

@font-face {
  font-family: 'GreatVibes';
  src: url('/static/fonts/GreatVibes-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

.greatvibes-font {
  font-family: 'GreatVibes', cursive;
  font-size: 2rem;      /* lebih besar dari default (1rem) */
  font-weight: bold;    /* membuat teks lebih tebal */
}
