:root{color-scheme: light dark;}
body{font-family:monospace;font-size:1rem;line-height:1.5;margin:1rem auto;max-width:120ch;color:light-dark(#222,#fafafa);background:light-dark(#fafafa,black);}
a{color:#0066cc;text-decoration:none;}
a:hover{text-decoration:underline;}
*,*::before,*::after{box-sizing:border-box;}
img{max-width:100%;height:auto;}
pre.sourceCode{margin: 1em;font-size: 0.7rem;color:black;}
