:root {
    --primary-color: #ffea00;
    --primary-background: #0d0d0d;
    --line-color: #ffea00;
    --marquee-color: #ffea00;
    --marquee-background: #1a1a1a;
    --result-pasaran-color: #ffea00;
    --result-tanggal-color: #000000;
    --result-tanggal-background: #ffea00;
    
    --result-background: #151515;
    --result-keluaran-color: #ffffff;
    --result-border: 2px solid #ffea00;
    
    --text-color: #cccccc;
    --primary-text-color: #ffffff;
    --reverse-text-color: #000000;
    
    --secondary-background: #050505;
    --hover-background: rgba(255, 234, 0, 0.15);
    --menu-item-color: var(--text-color);
}