:root {
    --primary-color: #d2b48c;
    --primary-background: #fdf5e6;
    --line-color: #e5d3b3;
    --marquee-color: #5d4037;
    --marquee-background: #faebd7;
    --result-pasaran-color: #8b4513;
    --result-tanggal-color: #ffffff;
    --result-tanggal-background: #d2b48c;
    
    --result-background: #fffaf0;
    --result-keluaran-color: #5d4037;
    --result-border: 2px solid #e5d3b3;
    
    --text-color: #8b7355;
    --primary-text-color: #5d4037;
    --reverse-text-color: #ffffff;
    
    --secondary-background: #f5f5dc;
    --hover-background: rgba(210, 180, 140, 0.2);
    --menu-item-color: var(--text-color);
}