/* Variables for the fixed table-of-contents (TOC) component.  These
 * values define the core palette and sizing for the TOC and can be
 * reused across other stylesheet fragments.  Prefixes are used to
 * avoid clashing with other theme variables. */

:root {
  --toc-bg: #edf4ff;
  --toc-panel: #ffffff;
  --toc-line: #c9dcff;
  --toc-line-2: #e7efff;
  --toc-text: #153055;
  --toc-muted: #5b6e8f;
  --toc-accent: #2f6fff;
  --toc-accent-2: #1f56d6;
  --toc-shadow: 0 10px 30px rgba(17, 37, 68, 0.14);
  --toc-shadow-soft: 0 6px 18px rgba(17, 37, 68, 0.12);
  --toc-radius: 16px;
}