/*
 * SCIS stylesheet entry point.
 * Existing styles remain split between the core application layer and the
 * enterprise component layer to preserve the current visual behavior.
 */
@import url("./app.css");
@import url("./enterprise.css");
@import url("./municipal-theme.css?v=2");
