/**
 * @file
 * Fancybox v5 appearance overrides matching the legacy fancyBox v2 lightbox.
 *
 * See scripts/fancybox-config.js for the behavioural half of the same change.
 */

.fancybox__container {
  /*
   * fancyBox v2 dimmed the page with fancybox_overlay.png, a 10x10 RGBA tile
   * of rgba(16, 12, 12, 0.69), so the article stayed readable behind the
   * lightbox. Fancybox v5 ships a near opaque rgba(24, 24, 27, 0.98) instead,
   * which blacks the whole viewport out.
   */
  --fancybox-bg: rgba(16, 12, 12, 0.69);
}
