/* biome-ignore-all lint/style/noDescendingSpecificity: shared stylesheet is intentionally composed from legacy cascade-ordered partials */ /* ============================================================================= Global Stylesheet Entrypoint Loads layered partials in the order required by the existing MedAssist cascade. Add new shared styles to the focused partial that owns the relevant domain. ============================================================================= */ @import url("./styles/foundation.css"); @import url("./styles/feedback.css"); @import url("./styles/app-surfaces.css"); @import url("./styles/settings-surfaces.css"); @import url("./styles/modal-detail.css"); @import url("./styles/auth-profile.css"); @import url("./styles/about-report.css");