/* =========================================
   THEME: LEAGUE OF LEGENDS
========================================= */
:root {


    /* RAW RGB VALUES FOR DYNAMIC ALPHA BLENDING */
    --color-primary: 232, 64, 87;    /* Noxian Red (Girl Mode) */
    --color-secondary: 10, 200, 185; /* Hextech Cyan (Boy Mode) */
    --color-tertiary: 139, 92, 246;  /* Void Purple (Mixed Mode) */
    --color-special: 200, 160, 76;   /* Hextech Gold (Special Mode) */

    /* IMAGE ASSETS & SIZING */
    --dynamic-bg: url('images/wall2.webp'); /* Update to your actual LoL bg path */
    
    /* COMPONENT SIZING */
    --card-ratio: 3 / 4;
    --img-anchor: top center; /* Keeps the champion face in frame */
        --bg-blend: normal;   /* Removes the harsh black overlay mixing */
    --bg-opacity: 0.2;  
}
/* =========================================
   THEME OVERRIDES (LoL Specific)
