/* =====================================================================
   UtcPack.Blazor.AlignUI — single entry stylesheet.
   Reference once from your host page:
     <link href="_content/UtcPack.Blazor.AlignUI/alignui.css" rel="stylesheet" />
   ===================================================================== */

/* AlignUI's EXACT Tailwind output — compiled from AlignUI's own tailwind.config +
   globals.css (preflight off). Components emit these real AlignUI utility classes. */
@import url('./css/alignui.tw.css');

/* Legacy semantic layer for components not yet migrated to the Tailwind utilities.
   (Uses the --au-* prefixed token mirror; coexists with the unprefixed Tailwind vars.) */
@import url('./css/tokens.css');
@import url('./css/base.css');
@import url('./css/components.css');
