@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap";body{margin:0;padding:0;font-family:DM Sans,sans-serif;background-color:var(--background-color);box-sizing:border-box}html{overflow-x:clip}*{scroll-behavior:smooth}:root{--background-color: #101010;--background-hover-color: #1f1f1f;--text-color: #EEEEEE;--sub-text-color: #B5B5B5;--underline-color: #3A3A3A;--spacer: .25rem}main{min-height:calc(100vh - var(--spacer) * 16 - 80px - var(--spacer) * 3 * 2);margin:0 auto;display:flex;flex-direction:column;gap:calc(var(--spacer) * 16)}h1{font-size:1.2rem;color:var(--text-color);margin:0}h2{font-size:1rem;color:var(--text-color);margin:0}p{font-size:1rem;color:var(--sub-text-color);margin:0}p img{vertical-align:middle;margin-inline:var(--spacer)}.italic{font-style:italic}.highlight-sub{color:var(--text-color);text-decoration:underline;text-decoration-color:var(--underline-color)}.highlight-sub:hover{text-decoration-color:var(--text-color);cursor:pointer}.highlight{color:var(--text-color)}.nowrap{white-space:nowrap}.subtext{font-size:.9rem}section{position:relative;display:flex;flex-direction:column;gap:calc(var(--spacer) * 4)}.background{background:var(--background-color)}.enter-animation{transform:translateY(-8px);opacity:0;animation:section-enter .3s forwards;animation-delay:calc(.05s * var(--anim-timer))}@keyframes section-enter{0%{transform:translateY(-8px);opacity:0}to{transform:translateY(0);opacity:1}}.shadow{box-shadow:0 0 0 1px #ffffff14,0 1px 2px -1px #ffffff14,0 1px 2px #ffffff0f}.shadow:hover{box-shadow:0 0 0 1px #ffffff1f,0 1px 2px -1px #ffffff1f,0 1px 2px #ffffff1f}.button{width:fit-content;margin:0 auto;text-align:center;color:var(--text-color)}@media(max-width:768px){.desktop-only{display:none}}
