/* ============================================================
   Snag Design System — global entry point
   Consumers link THIS one file. It is an @import manifest only.
   Everything reachable from here ships to consumers.
   ============================================================ */

@import url("tokens/fonts.css");
@import url("tokens/colors.css");
@import url("tokens/semantic.css");
@import url("tokens/typography.css");
@import url("tokens/spacing.css");
@import url("tokens/elevation.css");
@import url("tokens/glass.css");
@import url("tokens/motion.css");
@import url("tokens/base.css");

/* The pSEO page rules used to sit here, in the file whose docstring says
   "@import manifest only" — and they were only half the rules those pages
   need. They now live in public/pseo.css, which the generated shell links
   alongside this file. Nothing else on the site renders a pSEO page, so
   shipping them to all eight hand-written pages bought nothing. */
