:root {
    --primary-color: #ff6600;
    --primary-background: #0f0a05;
    --line-color: #ff6600;
    --marquee-color: #ff9933;
    --marquee-background: #1f140a;
    --result-pasaran-color: #ff9933;
    --result-tanggal-color: #ffffff;
    --result-tanggal-background: #cc5200;
    
    --result-background: #1a1108;
    --result-keluaran-color: #ffffff;
    --result-border: 2px solid #ff6600;
    
    --text-color: #d9b38c;
    --primary-text-color: #ffffff;
    --reverse-text-color: #000000;
    
    --secondary-background: #080503;
    --hover-background: rgba(255, 102, 0, 0.2);
    --menu-item-color: var(--text-color);
}