:root {
    --text-color: #333;
    --primary-text-color: #000000;
    --reverse-text-color: #ffffff;
    --primary-color: #ff6100;
    --primary-background: #6055d7;
    --line-color: #1d3aba;
    --marquee-color: #ffffff;
    --marquee-background: #ff6100;
    
    --result-background: #e9ebea;
    --result-keluaran-color: #073f91;
    --result-pasaran-color: #073f91;
    --result-tanggal-color: #ffffff;
    --result-tanggal-background: linear-gradient(0deg, rgba(0,86,199,1) 0%, rgba(0,91,243,1) 100%);
    --result-border: 3px solid #ffffff;
    
    --secondary-background: #DDDDDD;
    --hover-background: rgba(96, 85, 215, 0.9);
    --content-box-background: rgba(221, 221, 221, .5);
    --menu-item-color: #ffffff;
}