@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;600&display=swap";*{box-sizing:border-box;margin:0;padding:0;border:0;background:none;font:inherit;color:inherit;vertical-align:baseline}:root{--bg: #111110;--text: #eeeeec;--text2: #b5b3ad}body{line-height:1.5;font-family:Inter,system-ui;background:var(--bg);color:var(--text);font-size:20px;display:flex;align-items:center;justify-content:center;flex-direction:column;height:100vh;width:100vw;margin:0 auto;padding:2em 1em;gap:1em}.inner{display:flex;flex-direction:column;gap:2em;width:100%;max-width:25em;overflow:hidden}h1,h2{font-weight:600}p,a{font-weight:300}@media screen and (max-width: 700px){body{font-size:16px}svg{scale:.9}svg path{stroke-width:1.2!important}}@media screen and (max-width: 400px){body{font-size:14px}svg{scale:.8}svg path{stroke-width:1.4!important}}
