/* The one file pages link. Token layer first (from the Ward's Pics design system,
   whose spine is carried verbatim from wv-website), then this site's own photo
   layer, then the component layer, then page-level composition.

   Order matters: wardspics.css aliases spine tokens, and components.css and
   site.css both consume every custom property above them.

   Do not fork a spine value here. Change it upstream in wv-website first, then
   copy across, so the four sites do not drift. */
@import "fonts.css";
@import "colors.css";
@import "typography.css";
@import "spacing.css";
@import "shape.css";
@import "motion.css";
@import "wardspics.css";
@import "base.css";
@import "components.css";
@import "site.css";
