:root, [data-theme="light"] {
    --bh-bg: #fff8e7;
    --bh-menu-bg: #d2691e;
    --bh-cream: #fffbf0;
    --bh-text: #3e2a13;
}
[data-theme="dark"] {
    --bh-bg: #2d1e0f;
    --bh-menu-bg: #3d2817;
    --bh-cream: #2a1e11;
    --bh-text: #f4e0c0;
}
