:root {
  /* Skala font nyaman di HP */
  --fs-base: clamp(14px, 3.5vw, 16px);
  font-synthesis-weight: none;

  /* Override warna Bootstrap utama ke hijau tua */
  --bs-primary: #136f2d;
  --bs-primary-rgb: 19, 111, 45;
  --bs-link-color: #136f2d;
  --bs-link-hover-color: #0b5d1e;
}
html { font-size: var(--fs-base); }

/* Hindari zoom iOS saat fokus input */
input, select, textarea { font-size: 16px; }

/* Haluskan scroll */
html { scroll-behavior: smooth; }

/* Utility */
.object-fit-cover { object-fit: cover; }
