:root {
    --text-color: #333;
    --primary-text-color: #000000;
    --reverse-text-color: #ffffff;
    --primary-color: #ffb804;
    --primary-background: #f2f2f2;
    --line-color: #b98c11;
    --marquee-color: #000000;
    --marquee-background: #ffb804;
    
    --result-background: #000000;
    --result-keluaran-color: #ffffff;
    --result-pasaran-color: #ffffff;
    --result-tanggal-color: #000000;
    --result-tanggal-background: #ffb804;
    --result-border: 3px solid #979797;
    
    --secondary-background: #DDDDDD;
    --hover-background: rgba(173, 126, 8, 0.9);
    --content-box-background: rgba(221, 221, 221, .5);
    --menu-item-color: var(--text-color);
}