:root {

    --primary-color: #9d8640;

    --primary-background: #000000;

    --line-color: #9d8640;

    --marquee-color: #000000;

    --marquee-background: rgba(212,187,130,1);

    --result-pasaran-color: #FFFFFF;

    --result-tanggal-color: #000000;

    --result-tanggal-background: linear-gradient(0deg, rgba(209,190,131,1) 0%, rgba(176,150,75,1) 100%);

    

    --result-background: #111111;

    --result-keluaran-color: #ffffff;

    --result-border: 3px solid #9e9e9e;

    

    --text-color: #e0e0e0;

    --primary-text-color: #ffffff;

    --reverse-text-color: #000000;

    

    --secondary-background: #000000;

    --hover-background: rgba(0, 0, 0, .9);

    --menu-item-color: var(--text-color);

}