/* OBSCURA — void black, bone text, brass accent; spectral rainbow only at the prism */
:root {
  --bg: #050505;
  --ink: #EDEAE4;
  --accent: #B08D57;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Archivo", "Helvetica Neue", sans-serif;
}

body { font-weight: 300; }
.display { letter-spacing: 0.02em; }

/* faint spectral shimmer on the explosion chapter's last callout line */
.chapter[data-seq="explode"]:not([data-reverse]) .callout:nth-child(3) .line {
  background: linear-gradient(90deg, #ff5c5c, #ffc65c, #7dff8a, #5cc8ff, #b78aff);
  opacity: 0.9;
}
