:root{--background:#d6d6d6;--color-primary:#2d2e2e;--color-accent:#e7397a;--vh:1vh}html{position:relative;height:calc(var(--vh, 1vh) * 100);max-width:100vw;margin-top:var(--viewport-offset-top,0)}body{height:100%;background:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{font-family:IBM Plex Mono,monospace;box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}