/* Theming layer: the @theme design tokens plus the tools that produce/consume
   them (color, pigment, scaffolds). Full tools is included because pigment
   @applies transition-scaffold / border-scaffold from sibling tool files.
   No reset or generic element styling — safe to drop into an existing project. */

@import './variables/index.css';
@import './tools/index.css';
