:root {
    --primary-color: #00f2ea;
    --primary-background: #050f0f;
    --line-color: #00f2ea;
    --marquee-color: #00f2ea;
    --marquee-background: #0d1a1a;
    --result-pasaran-color: #00f2ea;
    --result-tanggal-color: #000000;
    --result-tanggal-background: #00f2ea;
    
    --result-background: #111e1e;
    --result-keluaran-color: #ffffff;
    --result-border: 2px solid #00f2ea;
    
    --text-color: #a3cccc;
    --primary-text-color: #ffffff;
    --reverse-text-color: #000000;
    
    --secondary-background: #020808;
    --hover-background: rgba(0, 242, 234, 0.15);
    --menu-item-color: var(--text-color);
}