:root{--bg:#080808;--text:#eeedec;--bg-light:hsl(from var(--bg) h s calc(90 - l) );--bg-shaded:hsl(from var(--bg) h s calc(l + 5) );--text-muted:hsl(from var(--text) h s calc(l - 20) );--text-muted-2:hsl(from var(--text) h s calc(l - 40) );--text-dark:hsl(from var(--text) h s calc(100 - l) );--text-dark-muted:hsl(from var(--text) h s calc(110 - l) );--bg-light-translucent:hsla(0,0%,90%,.6);--bg-light-translucent-2:hsla(0,0%,90%,.3);--accent-primary:#48525b;--accent-secondary:hsl(from var(--bg) h s calc(l + 19) );--red-light:#ff8f8f;--red:hsl(from var(--red-light) h s calc(l - 47) );--blue-light:#8fadff;--blue:hsl(from var(--blue-light) h s calc(l - 47) );--yellow-light:#f6ff8f;--yellow:hsl(from var(--yellow-light) h s calc(l - 47) );--green-light:#8fffad;--green:hsl(from var(--green-light) h s calc(l - 47) );--orange-light:#ffd88f;--orange:hsl(from var(--orange-light) h s calc(l - 47) );--grey-light:#ababab;--grey:hsl(from var(--grey-light) h s calc(l - 47) );--active-blue:#3b87a5;--active-blue-shaded:hsl(from var(--active-blue) h calc(s - 10) calc(l + 40) );--active-blue-darkened:#2e687f}@font-face{font-family:Inter;src:url(../fonts/Inter-VariableFont.ttf) format("truetype")}*{box-sizing:border-box;font-family:Inter,Arial,sans-serif;font-size:16px;font-weight:400;margin:0;padding:0;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}body,html{height:100%;scroll-snap-type:y proximity;-webkit-overflow-scrolling:touch}body{background-color:var(--bg);color:var(--text);position:relative}.normal-width,main,section.normal{margin:0 auto;position:relative;width:min(60vw,900px);z-index:1500}.wide-width,main.wide,section.wide{margin:0 10vw;width:80vw}.full-width,main.full,section.full{margin:0;width:100vw}section.inset{padding:.8rem 1rem}.h1,h1{font-size:2.25rem;font-weight:600;padding:10rem 0 1.8rem}.h2,h2{color:var(--text-muted);font-size:1.7rem;font-weight:450;padding:.4rem 0 .8rem}.snap{min-height:100vh;scroll-snap-align:start}p{color:var(--text-muted);font-size:1rem;font-weight:340;line-height:1.6rem}a{color:var(--text);cursor:pointer;text-decoration-color:var(--active-blue);text-decoration-thickness:3px;text-underline-offset:3px}hr{background-color:var(--bg-shaded);border:0;height:2px}hr,hr.invisible{box-shadow:none;margin:2rem 0}hr.invisible{background-color:transparent}hr.light{background-color:var(--bg-light-translucent-2)}hr.thin{margin:1rem 0}hr.slim{margin:.5rem 0}code{font-size:inherit}ol,ul{margin-left:35px}.inverted h1,.inverted h2,.inverted h3,.inverted h4,.inverted h5,.inverted h6,.inverted p,.inverted ul{color:var(--text-dark-muted)}@media screen and (max-width:600px){.snap{scroll-snap-align:none!important}}@media (max-width:480px){.normal-width,main,section.normal{width:min(70vw,900px)}.h1,h1{font-size:1.75rem}.h2,h2{font-size:1.5rem}p{font-size:.9rem}ol,ul{margin-left:20px}}
