/* @goforgeit/grain — All-in-one style import
 *
 * Usage in consuming apps:
 *   import '@goforgeit/grain/styles.css'
 *
 * This imports: the additive --sol-* token spine, cream theme (default), dark
 * theme, agent semantics, typography utilities.
 * Consumers still need their own Tailwind setup with @source pointing to node_modules/@goforgeit/grain.
 *
 * grain-solleva.css is inert BY NAMESPACE (it declares only --sol-* properties
 * and sol- prefixed keyframes/classes), so its position here is a convention,
 * not a load-bearing fact — `node scripts/check-alias-inert.mjs` enforces the
 * namespace and `node scripts/check-alias-render.mjs` measures 0 deltas.
 * The layer that RE-POINTS grain's names is themes/grain-solleva-compat.css and
 * it is deliberately NOT imported here; T-GRAIN-SWAP adds it.
 */
@import "./themes/grain-solleva.css";
@import "./themes/cream.css";
@import "./themes/dark.css";
@import "./themes/agent.css";
@import "./fonts/typography.css";
@import "./themes/grain-solleva-compat.css";
