/* Palette scoped to inner routes; never loaded by the home page. */
[data-design="editions"] {
  --edition-palette-indigo: #5035df;
  --edition-palette-white: #ffffff;
  --edition-palette-on-indigo-secondary: #e7e0ff;
  --edition-palette-on-indigo-rule: #aea0ff;
  --edition-palette-paper-tint: #f6f5fb;
  --edition-palette-paper-raised: #eeecf8;
  --edition-palette-ink: #11121a;
  --edition-palette-ink-secondary: #555966;
  --edition-palette-ink-quiet: #606473;
  --edition-palette-link-hover: #3b22ba;
  --edition-palette-selection: #f0edff;
  --edition-palette-selection-rule: #d6ceff;
  --edition-palette-rule: #dedfe7;
  --edition-palette-rule-soft: #e7e7ee;
  --edition-palette-rule-strong: #c7c8d5;
  --edition-palette-dark-ground: #101018;
  --edition-palette-dark-paper: #171722;
  --edition-palette-dark-tint: #1e1d2b;
  --edition-palette-dark-raised: #272538;
  --edition-palette-dark-ink: #f6f5ff;
  --edition-palette-dark-secondary: #c0bdd0;
  --edition-palette-dark-quiet: #aaa6bf;
  --edition-palette-dark-link: #b6a5ff;
  --edition-palette-dark-hover: #d5caff;
  --edition-palette-dark-selection: #2a2344;
  --edition-palette-dark-selection-rule: #544878;
  --edition-palette-dark-rule: #363244;
  --edition-palette-dark-rule-soft: #2c293b;
  --edition-palette-dark-rule-strong: #514964;
  --edition-palette-dark-focus: #baaaff;
  --edition-palette-white-short: #fff;
}
