/* Hearsai marketing + legal pages.
 *
 * There is almost nothing here on purpose. The marketing site, the legal pages and the dashboard
 * all render the same `ds-*` components now, so this file's whole job is to pull in the design
 * system; it holds no palette, no layout and no components of its own.
 *
 * It used to hold a parallel set of them — .nav, .brand, .button, .lede, .steps, .points, footer —
 * each a near-duplicate of a `ds-` component with slightly different values. That is the drift
 * the design system exists to stop, so the duplicates are gone rather than aliased.
 *
 * The filename stays because both hosts link it and e2e/dashboard.mjs asserts it serves.
 */
@import '/ds/index.css';
