html{color-scheme:light dark}
body{margin:0;min-height:100vh;display:grid;place-items:center;
     font:400 1rem/1.5 system-ui,-apple-system,"Segoe UI",sans-serif;
     background:#fbfbfa;color:#16191d}
@media (prefers-color-scheme:dark){body{background:#14181a;color:#e8ebe9}}
p{margin:0;letter-spacing:.02em}
