@import url("https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,400;9..144,500;9..144,600&family=Inter:wght@400;500;600;700&family=IBM+Plex+Mono:wght@400;500&display=swap");:root,[data-theme=dark]{--bg:#121816;--panel:#1A211E;--panel-2:#212A26;--line:#2E3934;--border-strong:#6E7D77;--text:#F2F5F3;--text-dim:#9AA69F;--accent:#3EC9B4;--accent-dim:#2E8578;--teal:#3FA796;--teal-dim:#2E6B62;--rust:#C2451B;--rust-soft:#E38860;--danger:#E38860;--overlay:rgba(8,12,10,0.6)}[data-theme=light]{--bg:#FAFCFB;--panel:#FFFFFF;--panel-2:#F1F6F4;--line:#E2E9E6;--border-strong:#75847E;--text:#16211D;--text-dim:#5B6B65;--accent:#0E7A6C;--accent-dim:#7FC8BC;--teal:#2E6B62;--teal-dim:#3FA796;--rust:#8C3A1B;--rust-soft:#C2451B;--danger:#8C3A1B;--overlay:rgba(12,20,17,0.35)}:root{--serif:"Fraunces",Georgia,serif;--sans:"Inter",-apple-system,sans-serif;--mono:"IBM Plex Mono",monospace}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:var(--sans);line-height:1.6;-webkit-font-smoothing:antialiased;transition:background .2s ease,color .2s ease}a{color:inherit}img{max-width:100%}::selection{background:var(--gold-dim);color:var(--text)}.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}