/* Google Fonts Typography - Handled in HTML via <link> for better performance (No FOUT) */

/* Font Utilities */
.font-serif {
    font-family: 'Playfair Display', serif !important;
}

.font-sans {
    font-family: 'Montserrat', sans-serif !important;
}

/* Prevent scrolling when mobile menu is open */
body.menu-open {
    overflow: hidden;
}

/* Fix for lightbox images being covered by absolute overlays */
/* Since .lightbox-trigger is now on the container/group, we make overlays pass-through */
.lightbox-trigger .absolute,
.group.lightbox-trigger .absolute {
    pointer-events: none !important;
}

/* Specific fix for images that might be siblings */
.lightbox-trigger img + .absolute {
    pointer-events: none !important;
}
