html body:not(.app-body){background:var(--pub-soft);color:var(--pub-text);text-rendering:optimizeLegibility}
html body:not(.app-body) *{box-sizing:border-box}
html body:not(.app-body) :where(h1,h2,h3,h4,h5,h6){color:var(--pub-heading);-webkit-text-fill-color:currentColor;opacity:1;filter:none;mix-blend-mode:normal;text-shadow:none}
html body:not(.app-body) :where(p,li,dd,dt,small,label,legend,figcaption){color:var(--pub-text);-webkit-text-fill-color:currentColor;opacity:1;filter:none;mix-blend-mode:normal;text-shadow:none}
html body:not(.app-body) :where(input,select,textarea){color:var(--pub-heading);-webkit-text-fill-color:currentColor;background:#fff;opacity:1}
html body:not(.app-body) :where(a){-webkit-text-fill-color:currentColor;opacity:1}
