:root {
  --primary-color: #f9b233; /* Gold cerah (untuk tombol, highlight) */
  --primary-color-rgb: 249, 178, 51;

  --secondary-color: #141414; /* Hitam gelap elegan */
  --third-color: #09610f; /* Hitam gelap elegan */
  --secondary-color-rgb: 27, 27, 27;

  --green-color: #2e8b57; /* Hijau pertanian */
  --accent-color: #c89200; /* Emas gelap untuk hover */
  --text-light: #ffffff; /* Putih terang */
  --text-muted: #bbbbbb; /* Abu netral */
  --alt-bg-color: #2a2a2a; /* Abu gelap latar alternatif */
}
