:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;font-size:16px;--fg:#55514f;--bg:#faf6ef;color-scheme:light dark;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}*,:after,:before{margin:0;padding:0}body{color:var(--fg);background-color:var(--bg);background-size:65px 75px;background-repeat:repeat}body,html{height:100%;overflow:hidden}i{font-style:italic;font-weight:400}b{font-weight:700}p:before{display:inline-block;content:"";color:rgba(0,0,0,.00001);width:20px}::selection{color:var(--bg);background-color:var(--fg)}br{-webkit-user-select:none;-moz-user-select:none;user-select:none}a{display:inline-block;text-decoration:none;color:var(--fg);font-weight:600;position:relative}a:before{content:"";position:absolute;height:0;width:100%;bottom:1px;left:0;right:0;background-color:var(--fg);transition:height .2s ease}a:hover:before{height:2px}@media (hover:none){a:before{height:2px}}