:root {
    --primary-color: #08ecfd;
    --primary-background: #000000;
    --line-color: #08ecfd;
    --marquee-color: #000000;
    --marquee-background: #08ecfd;
    --result-pasaran-color: #FFFFFF;
    --result-tanggal-color: #000000;
    --result-tanggal-background: linear-gradient(0deg, #07effd 0%, #0be4fd 35%, #12d4fa 70%, #2e92f3 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);
}
