/*
 * ui.css -- the whole design system in one link.
 *
 *   <link rel="stylesheet" href="/common-js/ui.css" />
 *
 * Order matters: tokens, then the element reset, then classes.
 *
 * @import costs one extra round trip per file on a cold load. That is the
 * right trade here -- these are served from the same origin over HTTP/2, and
 * the alternative is a build step, which this directory exists to avoid.
 * An app that cares can link the four files directly in this order instead.
 */
@import url("./theme.css");
@import url("./base.css");
@import url("./components.css");
@import url("./navbar.css");
@import url("./accounts.css");
