@import url("https://fonts.googleapis.com/css2?family=Ubuntu:wght@400;500;700&display=swap");:root{--bg:#f1f1f1;--bg-alt:#ebebeb;--text:#1e1e1e;--text-muted:rgba(30,30,30,0.65);--primary:#b6ff33;--primary-dark:#2f2f2f;--border:rgba(30,30,30,0.12)}*,:after,:before{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;font-family:Ubuntu,system-ui,sans-serif;background:var(--bg);color:var(--text);line-height:1.55}a{color:inherit;text-decoration:underline;text-underline-offset:3px}a:hover{color:var(--primary-dark)}.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}