:root{--bg:#e5e3e0;--bg-soft:#efedea;--surface:#fff;--fg:#000;--muted:#6e6e6e;--border:#cfcdc8;--accent:#000;--accent-fg:#fff;--font:"Inter",-apple-system,BlinkMacSystemFont,"Helvetica Neue",Arial,sans-serif}*,:after,:before{box-sizing:border-box}body,html{margin:0;padding:0}html{color:var(--fg);font-family:var(--font);font-size:16px;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body,html{background:var(--bg)}body{min-height:100vh}a{color:var(--fg);text-decoration:none}a:hover{text-decoration:underline;text-underline-offset:4px}::selection{background:var(--accent);color:var(--accent-fg)}@import url("https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700;800;900&display=swap");