/*
Theme Name: MangaBoiii Brutalist
Author: Studio You
Description: A high-contrast, editorial brutalism theme inspired by Seinen manga.
Version: 3.0
*/

/* Custom Shape Masks for Manga Panels */
.manga-panel-clip {
    clip-path: polygon(0 0, 100% 0, 98% 100%, 2% 100%);
}

.manga-panel-clip-alt {
    clip-path: polygon(2% 0, 100% 0, 98% 100%, 0% 100%);
}

/* Visceral Ink Splatter Background Effect */
.ink-splatter {
    background-image: radial-gradient(circle at 20% 30%, rgba(233, 6, 20, 0.15) 0%, transparent 50%),
                      radial-gradient(circle at 80% 70%, rgba(233, 6, 20, 0.1) 0%, transparent 40%);
}

/* Material Icons Optimization */
.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

/* Basic WordPress Image Resets */
img.wp-post-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}