/* The Union Trilogy — global stylesheet (entry point)
   Consumers link THIS one file. It is a manifest of @imports only — no rules live here.
   Everything reachable from here ships to consumers; @font-face / webfont imports in the
   closure declare the brand fonts. */
@import url('./tokens/fonts.css');
@import url('./tokens/colors.css');
@import url('./tokens/typography.css');
@import url('./tokens/spacing.css');
@import url('./tokens/motifs.css');
