/* Minimal shim to parallel the linked /css/tufte.css in the source. */
/* Intentionally lightweight: most of the look is in globals.css. */

.toc {
  grid-column: 1;
  padding-left: clamp(6px, 1vw, 24px);
  color: rgba(0,0,0,0.6);
  font-size: 0.9rem;
}


