/* Image loading styles */
/* This file was created to fix 404 errors */

/* Placeholder for image loading animations */
img {
    transition: opacity 0.3s ease;
}

img.loading {
    opacity: 0.7;
}