/* Essential inherited layout rules, independent of the original site. */
:root{color-scheme:light;--focus:#0b63ce;--rule-dark:#74808a;--paper-deep:#e8e1d2}
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:'Outfit',sans-serif;font-size:16px;line-height:1.5;text-rendering:optimizeLegibility}
a{color:inherit;text-underline-offset:3px;text-decoration-thickness:1px}
a:hover{text-decoration-thickness:2px}
button,summary,a{-webkit-tap-highlight-color:transparent}
button,input,select{font:inherit}
:focus-visible{outline:3px solid var(--focus);outline-offset:3px}
h1,h2,h3,p{margin:0}
h1,h2,h3{text-wrap:balance}
p{text-wrap:pretty}
*{scrollbar-color:var(--rule-dark) var(--paper-deep)}
