:root {
    --primary-color: #b0b0b0;
    --primary-background: #121212;
    --line-color: #4a4a4a;
    --marquee-color: #ffffff;
    --marquee-background: #222222;
    --result-pasaran-color: #e0e0e0;
    --result-tanggal-color: #ffffff;
    --result-tanggal-background: #444444;
    
    --result-background: #1e1e1e;
    --result-keluaran-color: #ffffff;
    --result-border: 2px solid #555555;
    
    --text-color: #a0a0a0;
    --primary-text-color: #ffffff;
    --reverse-text-color: #000000;
    
    --secondary-background: #0a0a0a;
    --hover-background: rgba(255, 255, 255, 0.1);
    --menu-item-color: var(--text-color);
}