/* Estilos personalizados para el nuevo tema */
body {
    font-family: 'Lato', sans-serif;
}
.font-display {
    font-family: 'Playfair Display', serif;
}
.swiper-pagination-bullet-active {
    background: #F97316 !important;
}
/* Sombra uniforme personalizada */
.shadow-uniform {
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.07);
}
.gallery-item .overlay {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}
.gallery-item:hover .overlay {
    opacity: 1;
}
