/* common.css is the MANIFEST of the shared layer both themes link
 * first, and holds no rules of its own (the app.css convention). One
 * @import per part, in cascade order: fonts and tokens first because
 * every later part reads the custom properties, responsive last
 * because it only ever overrides - and because a rule in a THEME part
 * loads after it, so anything responsive.css needs to beat must have
 * its base here. A part's own narrow rules live in the part. The parts mirror the breakdown's
 * SHARED css rows; chrome classes and screen vocabulary live in
 * public.css / admin.css and their parts - nothing here names a
 * screen. Adding a part means adding a line here and a file beside
 * it. */

@import "fonts.css";
@import "tokens.css";
@import "base.css";
@import "buttons.css";
@import "tags.css";
@import "controls.css";
@import "picker.css";
@import "card.css";
@import "responsive.css";
