:root {
    --primary-color: #bc13fe;
    --primary-background: #090211;
    --line-color: #bc13fe;
    --marquee-color: #d896ff;
    --marquee-background: #1a0b2e;
    --result-pasaran-color: #d896ff;
    --result-tanggal-color: #ffffff;
    --result-tanggal-background: #6a0dad;
    
    --result-background: #140824;
    --result-keluaran-color: #ffffff;
    --result-border: 2px solid #bc13fe;
    
    --text-color: #a28cb5;
    --primary-text-color: #ffffff;
    --reverse-text-color: #000000;
    
    --secondary-background: #05010a;
    --hover-background: rgba(188, 19, 254, 0.2);
    --menu-item-color: var(--text-color);
}