/* Safari overscroll uses the solid canvas color, not the old background image. */
html:root{--edge-top:#f0f0f0;--edge-bottom:#131313;background:var(--edge-top)}
html:root.at-page-bottom{background:var(--edge-bottom)}
body{background:transparent}
.page-surface{background:var(--edge-top)}
.site-footer{background:var(--edge-bottom);padding-bottom:calc(36px + env(safe-area-inset-bottom,0px))}
