:root {
  --primary-base-color: #238757;
  --primary-darken-color: #0d6b4c;
  --secondary-base-color: #22494a;
  --secondary-darken-color: #03111c;
  --accent-base-color: #013752;
  --accent-darken-color: #091e26;
}

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

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

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