:root {
    --primary-color: #ffaf00;
   --primary-background: linear-gradient(
        115deg,
        #0d0900 0%,
        #1a1200 15%,
        #3b2800 30%,
        #6f4a00 45%,
        #c9961a 50%,
        #6f4a00 55%,
        #3b2800 70%,
        #1a1200 85%,
        #0d0900 100%
    );

    --line-color: #ffd700;
    --marquee-color: #ffffff;
    --marquee-background: #8a5a00;

    --result-pasaran-color: #ffffff;
    --result-tanggal-color: #000000;
    --result-tanggal-background: #ffaf00;

    --result-background: #5c3b00;
    --result-keluaran-color: #ffffff;
    --result-border: 3px solid #ffe08a;

    --text-color: #e0e0e0;
    --primary-text-color: #ffffff;
    --reverse-text-color: #000000;

    --secondary-background: #3d2800;
    --hover-background: rgba(255,175,0,.2);
    --menu-item-color: var(--text-color);
}