/* Theme-paired media: the book embeds .only-light and .only-dark variants side by
   side — screenshots (scripts/docs-screenshots.sh) and video clips
   (scripts/docs-clips.sh) — and shows the one matching the reader's mdbook theme.
   Dark themes: ayu, navy, coal. */

html.ayu .only-light,
html.navy .only-light,
html.coal .only-light {
  display: none;
}

html.light .only-dark,
html.rust .only-dark {
  display: none;
}

video.only-light,
video.only-dark {
  max-width: 100%;
}
