/* =========================================
   THEME: K-POP
========================================= */
:root {
    /* RAW RGB VALUES FOR DYNAMIC ALPHA BLENDING */
    --color-primary: 249, 25, 107;   /* Accent Pink */
    --color-secondary: 0, 243, 255;  /* Accent Blue */
    --color-tertiary: 188, 19, 254;  /* Accent Purple */
    --color-special: 255, 204, 0;    /* Accent Gold */

    /* IMAGE ASSETS & SIZING */
    --dynamic-bg: url('images/wall2.webp');
    --card-ratio: 3 / 4;
    --img-anchor: center;
}