/* generated from .xpkgindex.json — theme tokens */
:root {
  --theme-fade: 2s;
  --theme-fade-ease: cubic-bezier(.45, .05, .25, 1);
}
:root {
  --tone-accent: #0e7490;
  --tone-module: #0e7490;
  --tone-header: #4b5563;
  --tone-tool: #a16207;
  --tone-neutral: #64748b;
}
:root[data-theme="dark"] {
  --tone-accent: #22d3ee;
  --tone-module: #22d3ee;
  --tone-header: #a3b1c2;
  --tone-tool: #e3b341;
  --tone-neutral: #8b9bad;
}
