:root {
    --primary-color: #00FF66; /* Hijau terang */
    --primary-background: #000000; /* Hitam */
    --line-color: #00FF66; /* Hijau terang */
    --marquee-color: #FFFFFF; /* Putih */
    --marquee-background: #000000; /* Hitam */
    --result-pasaran-color: #FFFFFF; /* Putih */
    --result-tanggal-color: #FFFFFF; /* Putih */
    --result-tanggal-background: #000000; /* Hitam */
    
    --result-background: #000000; /* Hitam */
    --result-keluaran-color: #ffffff; /* Putih */
    --result-border: 3px solid #00FF66; /* Hijau terang */
    
    --text-color: #e0e0e0; /* Abu-abu muda */
    --primary-text-color: #ffffff; /* Putih */
    --reverse-text-color: #000000; /* Hitam */
    
    --secondary-background: #000000; /* Hitam */
    --hover-background: rgba(0, 0, 0, .9); /* Hitam dengan transparansi */
    --menu-item-color: var(--text-color); /* Abu-abu muda */
}
