/* Civic Design System - identity-portal entry stylesheet.
 * Same-origin @import closure (CSP allows @import of self).
 * tokens.css = design tokens; app.css = shared layout system;
 * identity.css = the identity-specific classes the shared system lacks. */
@import "tokens.css";
@import "app.css";
@import "identity.css";
