/**
 * Wondalizer Frontend Styles — Image-rendering crispness only.
 * Themes, BuddyPress, bbPress, Youzify control their own sizing,
 * border-radius, object-fit, and layout. This file ONLY sets
 * image-rendering mode so 64px base avatars upscale crisply.
 */

img.wondalizer-avatar,
img.wondalizer-procedural {
    image-rendering: pixelated;
    image-rendering: -moz-crisp-edges;
}

img.wondalizer-parts {
    image-rendering: crisp-edges;
    image-rendering: -webkit-optimize-contrast;
}

img.wondalizer-custom {
    image-rendering: auto;
}
