/* =========================================
   THEME: ANIME
========================================= */
:root {
    /* RAW RGB VALUES FOR DYNAMIC ALPHA BLENDING */
    --color-primary: 255, 70, 85;    /* Shōnen Red */
    --color-secondary: 41, 144, 255; /* Chakra Blue */
    --color-tertiary: 153, 50, 204;  /* Aura Purple */
    --color-special: 255, 215, 0;    /* Super Gold */

    /* IMAGE ASSETS & SIZING */
    --dynamic-bg: url('images/wall2.webp');
    --card-ratio: 3 / 4;
    --img-anchor: top center;
         --bg-blend: normal;   /* Removes the harsh black overlay mixing */
    --bg-opacity: 0.2; 
}