:root{--background:#fff;--foreground:#171717}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}*{box-sizing:border-box;margin:0;padding:0}html,body{scroll-behavior:smooth;height:100%;overflow-x:clip}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);color:#1f2937;margin:0 0 .5em;font-weight:700;line-height:1.2}h1{font-weight:800}h2{font-weight:750}h3{font-weight:700}p{margin:0 0 1em;line-height:1.6}a{color:#2563eb;text-decoration:none}a:hover{text-decoration:underline}button{cursor:pointer;border:none;outline:none;font-family:inherit}
