/* Branding SVG background-images, baked from content.json (assets.images).
 * Replaces the runtime <style> injection that was blocked by style-src 'self'.
 * REGENERATE after editing content.json image paths:
 *   python3 scripts/gen-intro-branding.py   (from jeffreycheng-ui/)
 * Rules replicate the former intro-page.js injector exactly (same selectors,
 * same resolution, same !important); this file is linked AFTER intro-custom.css
 * so content.json values win over the intro-custom.css titleRT fallbacks. */
#logoLT:before{background-image:url(/assets/images/pc/logoLT_jeffreycheng.svg) !important}
#introLogo{background-image:url(/assets/images/pc/introLogo_jeffreycheng.svg) !important}
#titleIntro .title:after{background-image:url(/assets/images/pc/titleIntro_new.svg) !important}
#titleIntro .tagline:before{background-image:url(/assets/images/pc/taglineIntro.svg) !important}
#titleRT .title:after{background-image:url(/assets/images/pc/logoRT.svg?v=2) !important}
#titleRT .tagline:before{background-image:url(/assets/images/pc/taglineRT.svg) !important}
#titleIntro .open{background-image:url(/assets/images/pc/pc_e_kv_open.svg?v=2) !important}
@media(max-width:767px){
#logoLT:before{background-image:url(/assets/images/sp/logoLT_jeffreycheng.svg) !important}
#introLogo{background-image:url(/assets/images/sp/introLogo_jeffreycheng.svg) !important}
#titleIntro .title:after{background-image:url(/assets/images/sp/titleIntro_new.svg) !important}
#titleIntro .tagline:before{background-image:url(/assets/images/sp/taglineIntro.svg) !important}
#titleRT .title:after{background-image:url(/assets/images/sp/logoRT.svg?v=3) !important}
#titleRT .tagline:before{background-image:url(/assets/images/sp/taglineRT.svg) !important}
#titleIntro .open{background-image:url(/assets/images/sp/sp_e_kv_open.svg?v=2) !important}
}
