/* Dark Future Dusk background used for board and chapters pages */
:root {
  --hue1: 228;
  --hue2: 228;
  --border: 1px;
  --border-color: hsl(var(--hue2), 12%, 20%);
  --radius: 22px;
  --ease: cubic-bezier(0.5, 1, 0.89, 1);
}

  body.board-page,
  body.chapitres-page {
    /* use the global neutral page background; no blend */
    background: var(--page-bg, #f7f7f5);
    background-image: none;
    min-height: 100svh;
  }

  /* Let the container ::before provide the gentle halos */
