:root{--background:#fafafa;--foreground:#171717;--text-color:#0D0D0D}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed;--text-color:#ededed}}[data-theme=light]{--background:#fafafa;--foreground:#171717;--text-color:#0D0D0D}[data-theme=dark]{--background:#0a0a0a;--foreground:#ededed;--text-color:#ededed}body,html{max-width:100vw}html{transition:color-scheme .16s ease}body{color:var(--foreground);background:var(--background);font-family:var(--font-tarnac),var(--font-roboto-slab),serif;font-size:16px;font-synthesis:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3{font-size:1rem;font-weight:900}*{box-sizing:border-box;padding:0;margin:0}body{transition:color .16s ease,background-color .16s ease}a{color:var(--text-color);text-decoration:underline}a:active,a:focus-within,a:hover{color:var(--text-color);opacity:1}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}[data-theme=dark]{color-scheme:dark}[data-theme=light]{color-scheme:light}