/* =========================================
   THEME: GENSHIN IMPACT
========================================= */
:root {
    --color-primary: 78, 225, 205;   
    --color-secondary: 175, 134, 219;
    --color-tertiary: 236, 73, 73;   
    --color-special: 250, 200, 88;   

    --dynamic-bg: url('images/wall2.webp');
    --card-ratio: 3 / 4;
    --img-anchor: center;
    
    /* FIX THE DARKNESS HERE */
    --bg-blend: normal;   /* Removes the harsh black overlay mixing */
    --bg-opacity: 0.2;   /* Tweak this between 0.2 and 0.5 until it looks perfect */
}