/* Background-only global override */
html,
body {
    background: #9399a19c !important;
    background-color: #9399a19c !important;
}

/* Keep inner shell transparent so body background shows through */
body > .site-header,
body > .nav-wrap,
main.wrap.app-shell {
    position: relative;
}
