:root {
    --text-color: #333;
    --primary-text-color: #000000;
    --reverse-text-color: #ffffff;
    --primary-color: #f35925;
    --primary-background: #f2f2f2;
    --line-color: #23727c;
    --marquee-color: #ffffff;
    --marquee-background: #f35925;
    
    --result-background: #1b6d79;
    --result-keluaran-color: #ffffff;
    --result-pasaran-color: #ffffff;
    --result-tanggal-color: #ffffff;
    --result-tanggal-background: #f15a23;
    --result-border: 3px solid #f15a23;
    
    --secondary-background: #DDDDDD;
    --hover-background: rgba(236, 89, 35, 0.9);
    --content-box-background: rgba(221, 221, 221, .5);
    --menu-item-color: var(--text-color);
}