/* =========================================
   THEME: POKÉMON
========================================= */
:root {
    /* RAW RGB VALUES FOR DYNAMIC ALPHA BLENDING */
    --color-primary: 255, 203, 5;    /* Pikachu Yellow */
    --color-secondary: 255, 0, 0;    /* Pokeball Red */
    --color-tertiary: 59, 76, 202;   /* Classic Blue */
    --color-special: 163, 62, 161; 
    --btn-text: #050505;  /* Masterball Purple */

    /* IMAGE ASSETS & SIZING */
    --dynamic-bg: url('images/wall2.webp');
    --card-ratio: 3 / 4;
    --img-anchor: center;
     --bg-blend: normal;   /* Removes the harsh black overlay mixing */
    --bg-opacity: 0.35;  
}
