:root{--green:#2eba5d;--green-muted:#1d7a3d;--bg:#fdfcfa;--text:#1c1c1c;--text-sub:#5a5a5a;--accent-bg:#f2f0ec;--border:#e2dfd9}@media (prefers-color-scheme:dark){:root{--bg:#111110;--text:#eaeae8;--text-sub:#8a8a87;--accent-bg:#1a1a18;--border:#2a2a27}}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:Georgia,Times New Roman,serif;background:var(--bg);color:var(--text);line-height:1.65;-webkit-font-smoothing:antialiased}.sans,footer,h1,h2,h3,nav{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}a{color:var(--green-muted);text-decoration:underline;-webkit-text-decoration-color:rgba(46,186,93,.3);text-decoration-color:rgba(46,186,93,.3);text-underline-offset:3px}a:hover{-webkit-text-decoration-color:var(--green);text-decoration-color:var(--green)}::selection{background:rgba(46,186,93,.15)}