/*
 * Default light theme (neutral baseline).
 *
 * Intentionally minimal: it relies on Tabler's stock light palette so other
 * themes have a clear neutral to compare against. Tabler is a Bootstrap 5
 * theme, so it exposes `--tblr-*` design tokens (and keeps Bootstrap's
 * `--bs-*` aliases). Override `--tblr-*` here to retheme the whole UI:
 * https://docs.tabler.io/ui/base/colors
 *
 * This file is loaded LAST in <head>, after Tabler's CSS, so its overrides win.
 */

:root,
[data-bs-theme="light"] {
  /* Keep Tabler defaults. Nothing to override for the neutral theme. */
}
