/*
 * Custom CSS Overrides - ATLAS
 * Loaded AFTER style.bundle.css to override Metronic theme defaults
 *
 * This file allows us to customize the Metronic admin theme without modifying
 * the core bundled CSS, making upgrades and maintenance safer.
 */

/* Reduce sidebar width from 340px (Metronic default) to 265px */
:root {
    --bs-app-sidebar-width: 265px;
}
