/* Background decoration for the four public product landings only. */
body.hush-landing{--product-watermark:url('../images/website/hush-watermark.svg')}
body.qrsh-home{--product-watermark:url('../images/website/qrsh-watermark.svg')}
body.qpay-page{--product-watermark:url('../images/website/pay-watermark.svg')}
body.q-advertise{--product-watermark:url('../images/website/advertise-watermark.svg')}
html[data-site-theme=dark] body.hush-landing{--product-watermark:url('../images/website/hush-watermark-dark.svg')}
html[data-site-theme=dark] body.qrsh-home{--product-watermark:url('../images/website/qrsh-watermark-dark.svg')}
html[data-site-theme=dark] body.qpay-page{--product-watermark:url('../images/website/pay-watermark-dark.svg')}
html[data-site-theme=dark] body.q-advertise{--product-watermark:url('../images/website/advertise-watermark-dark.svg')}
body:is(.hush-landing,.qrsh-home,.q-advertise),body.qpay-page .qpay-shell{background-image:var(--product-watermark);background-repeat:repeat;background-size:680px 680px;background-position:center 80px}
body.hush-landing .hu-header{background-color:var(--hu-bg)}
@media(print){body:is(.hush-landing,.qrsh-home,.q-advertise),body.qpay-page .qpay-shell{background-image:none}}
