/* jademeet theme entry — hellojade brand (hello-design export, COPIED 2026-07-16
 * from platform-management/apps/jade/brand — never symlinked, never hand-edit the
 * imported files; re-copy on brand re-export).
 *
 * Both kinds are linked; toggle by swapping data-kind on <html>.
 * Dark is the brand default ("dark for visual punch" — BRAND.md).
 */
@import url("./hellojade/tokens.dark.css");
@import url("./hellojade/tokens.light.css");

/* Type stacks live in src/tokens/_global.css upstream and are MISSING from the
 * exported theme/_global.css (research/hellojade-theme.md §2) — declared here. */
:root {
  --type-display: 'Bricolage Grotesque', system-ui, sans-serif;
  --type-body: 'Hanken Grotesk', system-ui, sans-serif;
}
