@charset "UTF-8";
/* WPK Notary 2.0 — stylesheet entry point.

   One <link> in index.php pulls this, and this pulls everything else. app.css is the
   rebuild of the design's inline styles as real classes.

   The token files began as copies of the design handoff. Two have since moved on and
   the handoff bundle is NOT the current source for them: typography.css (the old
   t-shirt ramp and its .t-* utilities had zero consumers and were replaced with role
   names) and measure.css (new here, no handoff equivalent). Re-copying those two from
   design_handoff_wpk_site/ would regress the system.

   Load order matters: tokens define the custom properties that app.css consumes, and
   base.css sets element defaults that app.css overrides. */

@import url("tokens/fonts.css");
@import url("tokens/colors.css");
@import url("tokens/typography.css");
@import url("tokens/spacing.css");
@import url("tokens/measure.css");
@import url("tokens/radius.css");
@import url("tokens/elevation.css");
@import url("tokens/base.css");
@import url("app.css");
