:root {
    --primary-color: #00ff41;
    --primary-background: #0a0a0a;
    --line-color: #00ff41;
    --marquee-color: #00ff41;
    --marquee-background: #121212;
    --result-pasaran-color: #00ff41;
    --result-tanggal-color: #000000;
    --result-tanggal-background: #00ff41;
    
    --result-background: #1a1a1a;
    --result-keluaran-color: #ffffff;
    --result-border: 2px solid #00ff41;
    
    --text-color: #b0b0b0;
    --primary-text-color: #ffffff;
    --reverse-text-color: #0a0a0a;
    
    --secondary-background: #111111;
    --hover-background: rgba(0, 255, 65, 0.15);
    --menu-item-color: var(--text-color);
}