:root {
    --primary-color: #a67c52;
    --primary-background: #1a120b;
    --line-color: #a67c52;
    --marquee-color: #e3c08d;
    --marquee-background: #2d2013;
    --result-pasaran-color: #e3c08d;
    --result-tanggal-color: #ffffff;
    --result-tanggal-background: #5d4037;
    
    --result-background: #251b11;
    --result-keluaran-color: #ffffff;
    --result-border: 1px solid #a67c52;
    
    --text-color: #bfa888;
    --primary-text-color: #ffffff;
    --reverse-text-color: #1a120b;
    
    --secondary-background: #120d08;
    --hover-background: rgba(166, 124, 82, 0.2);
    --menu-item-color: var(--text-color);
}