/*
User CSS entrypoint
- app/base.css holds tokens and global resets.
- app/components/* holds shared UI primitives.
- app/pages/* is loaded by the matching template instead of this shared bundle.
*/
@import url("./app/base.css");
@import url("./app/components/shared.css");
