:root {
  --primary-base-color: #42a888;
  --primary-darken-color: #008254;
  --secondary-base-color: #518b8c;
  --secondary-darken-color: #08243b;
  --accent-base-color: #007cba;
  --accent-darken-color: #006e96;
}

header .bg-gray-800 {
  background-color: transparent !important;
}

header .bg-opacity-60 {
  --tw-bg-opacity: 1 !important;
}

body {
  background-image: url("https://desa.tangkilkulon.id/awalbg.png"); /* ganti sesuai URL background kamu */
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}
