/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * IMPORTANT: no `require_tree .` here. rails_admin_custom.css lives in this
 * same directory but is scoped to the admin panel only (loaded explicitly by
 * app/views/layouts/rails_admin/_head.html.erb). Bundling it into the main
 * app's stylesheet via require_tree used to leak its plain, unlayered CSS
 * rules (e.g. a global `a { color: ... }`) into every page — since Tailwind
 * v4 wraps its own utilities in @layer, that unlayered rule silently beat
 * utility classes like `text-white` on every <a> tag, regardless of
 * specificity. Keep this manifest to require_self only, and add any future
 * app-wide (non-Tailwind) CSS as an explicit `require` line here.
 *

 */
