/* ==========================================================================
   Pathful Design System — styles.css
   --------------------------------------------------------------------------
   Single entry point for the whole system. Consumers link THIS one file and
   inherit tokens, type scale, and every shared component stylesheet.

       <link rel="stylesheet" href="styles.css">
   ========================================================================== */

@import "colors_and_type.css";          /* tokens · type scale · gradient utils */
@import "components/page-chrome.css";    /* page frame · header · foot · print */
@import "components/content-blocks.css"; /* cover · cards · grids · CTA · steps */
