/* Default / Light Mode */
:root, [data-theme="dark"] {
    --bodybg:#1e1e1e;
    --bodytext:#999;
    --bodytextsize:12px;
    --margin:5px;
    --menubg:#000;
    --menubg2:#333;
    --menutext1:#c36a50;
    --menutext2:#999;
    --smartformbg:#8888;
    --smartformbuttonbg:#920;
    --errorbg:#933737;
}

/* Dark Mode */
[data-theme="light"] {
    --bodybg:#eee;
    --bodytext:#333;
    --bodytextsize:12px;
    --margin:5px;
    --menubg:#fff;
    --menubg2:#ddd;
    --menutext1:#920;
    --menutext2:#999;
    --smartformbg:#f9f9f9;
    --smartformbuttonbg:#dd7a7a;
    --errorbg:#fc7d7d;

}




