:root {
    --primary-color: #00d4ff;
    --primary-background: #050b10;
    --line-color: #00d4ff;
    --marquee-color: #00d4ff;
    --marquee-background: #0a141d;
    --result-pasaran-color: #00d4ff;
    --result-tanggal-color: #000000;
    --result-tanggal-background: #00d4ff;
    
    --result-background: #0f172a;
    --result-keluaran-color: #ffffff;
    --result-border: 2px solid #00d4ff;
    
    --text-color: #94a3b8;
    --primary-text-color: #ffffff;
    --reverse-text-color: #000000;
    
    --secondary-background: #020617;
    --hover-background: rgba(0, 212, 255, 0.15);
    --menu-item-color: var(--text-color);
}