:root{--background:#ffffff;--foreground:#171717;--link-color:#1e40af;--link-hover:#b45309}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed;--link-color:#93c5fd;--link-hover:#fbbf24}}*{margin:0;padding:0;box-sizing:border-box}body,html{height:100%;overflow-x:clip;scroll-behavior:smooth}body{background:var(--background);color:var(--foreground);font-family:var(--font-body,"Inter",Arial,Helvetica,sans-serif);-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{font-family:var(--font-headings,Georgia,serif);font-weight:700;line-height:1.2;margin:0 0 .5em;color:#1f2937}h1{font-weight:800}h2{font-weight:750}h3{font-weight:700}p{line-height:1.6;margin:0 0 1em}a{color:var(--link-color);text-decoration:none}a:hover{color:var(--link-hover);text-decoration:underline}button{border:none;cursor:pointer;outline:none;font-family:inherit}