/* Admin stylesheet entry. Pulls in the Samhall design-system tokens and the
   app shell / screen layers, then a small `extra.css` for the few app-specific
   components beyond the base design system (schema panel, stale banner,
   trigger-modal validity hints).

   Order matters:
     colors_and_type.css  — brand tokens + type scale (imports core-tokens + fonts)
     shell.css            — semantic app tokens, light/dark themes, chrome
     screens.css          — overview/board-specific layouts
     extra.css            — app-specific component styles
*/
@import url("./styles/colors_and_type.css");
@import url("./styles/shell.css");
@import url("./styles/screens.css");
@import url("./styles/extra.css");
@import url("./styles/map.css");
