/* generated from .xpkgindex.json — theme tokens */
:root {
  --theme-fade: 2s;
  --theme-fade-ease: cubic-bezier(.45, .05, .25, 1);
}
:root {
  --tone-accent: #2d5f9e;
  --tone-module: #2d5f9e;
  --tone-header: #1a3870;
  --tone-tool: #4a8ac4;
  --tone-neutral: #81858c;
}
:root[data-theme="dark"] {
  --tone-accent: #679efe;
  --tone-module: #679efe;
  --tone-header: #e6e8ea;
  --tone-tool: #4a8ac4;
  --tone-neutral: #81858c;
}
