/* Custom overrides for the PhotoSwipe v5 Dynamic Caption Plugin.
 *
 * Registered in the baylor_united_2/photoswipe library so these styles load
 * for every gallery type that uses PhotoSwipe (standard, Bandinator, etc.),
 * regardless of whether baylor_gallery_assets is also attached.
 *
 * The plugin generates .pswp__dynamic-caption automatically from the `name`
 * option passed to PhotoSwipeDynamicCaption. The vendored plugin stylesheet
 * (photoswipe-dynamic-caption-plugin.css) is loaded first via the same
 * library, so rules here override it without needing !important.
 */

/* Apply the site's sans-serif font stack and a slightly smaller size to
 * caption text inside the PhotoSwipe modal. */
.pswp__dynamic-caption {
    font-family: var(--font-family--sans);
    font-size: 0.75rem;
}
