/* =========================================================================
   silicon-theme.css
   Background override only — lets the Silicon UI Kit default styling
   (colors, cards, tables, buttons, navbar, pagination, etc.) apply
   unchanged. Loaded after theme.min.css, before app.css.
   ========================================================================= */

[data-bs-theme="light"] body {
  background-color: #f8f8f8;
  color: #18181b;
}

[data-bs-theme="light"] .card {
  background-color: #ffffff;
}
