/* Default theme - uses Bootstrap defaults */
:root{--app-bg:#ffffff;--app-text:#212529;}
body{background:var(--app-bg);color:var(--app-text);} 
