/**
 * Stash Tailwind layer – @source directives, theme overrides, and shared component utilities.
 * Requires @leaflink/stash-theme/tokens and @leaflink/stash-theme/tailwind-theme to be loaded first
 * (so tokens and utilities exist).
 *
 * Use this when composing styles from parts. For the full Stash entry (theme + base + utilities),
 * see main.css.
 *
 * **Important:** do not add `layer(theme)` or any other layer when importing this file in order
 * to avoid the "@source cannot be nested" error from Tailwindcss. This also prevents unintentional
 * nested layers since overrides.css contains layer usage.
 */
@import "./tailwind/index.css";
