/**
 * Vendor compatibility layer — what remains after the SleuthTheme teardown.
 *
 * The purchased theme is gone: its look (style.css, dark.css, skin-modes,
 * animated, sidemenu, colour skins) was ~1MB of CSS and is fully replaced by
 * resources/css/tokens.css + ui.css.
 *
 * Two generic things are still load-bearing and stay until they are migrated
 * screen by screen:
 *
 *   bootstrap.min.css  — utility classes the screens still use (d-flex, the
 *                        row/col grid, the spacing scale, badge, spinner-border,
 *                        dropdown, custom-control, modal, table, list-group).
 *   feather            — the `fe fe-*` icon font, ~185 usages. New code uses
 *                        Lucide via resources/js/ui/icons.js; these are the
 *                        stragglers.
 *
 * Neither is SleuthTheme-specific, and both shrink as those usages are replaced.
 */
@import url('/css/vendor/bootstrap.min.css');
@import url('/css/vendor/feather/feather.css');
