#bg,#bg svg{height:100vh;width:100vw}main,main div div{display:-webkit-box;display:-ms-flexbox}main div div a,main div span{color:var(--palette-accent)}body,main div div a:focus,main div div a:hover{color:var(--palette-text)}main div,main img{max-width:20rem;width:var(--full-width)}@font-face{font-family:Inter;font-display:swap;src:local("Inter"),url("../assets/inter.ttf") format("truetype-variations")}body,html{margin:0;width:100%;height:100%;font-family:Inter,sans-serif}body{--palette-text:#10131e;--palette-background:#e4e7f1;--palette-secondary:#b99bca;--palette-accent:#91539d;--font-inter:"Inter",system-ui,sans-serif;display:-ms-grid;display:grid;place-items:center;background-color:var(--palette-background)}#bg{position:fixed;pointer-events:none;z-index:-1;-webkit-filter:blur(20vh);filter:blur(20vh)}#bg svg{-o-object-fit:cover;object-fit:cover}#bg svg path{fill:var(--palette-secondary)}h1{line-height:125%}p{line-height:150%}main{-webkit-box-sizing:border-box;box-sizing:border-box;padding:1rem;display:flex;-ms-flex-wrap:wrap-reverse;flex-wrap:wrap-reverse;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:1rem 5rem;--full-width:calc(100vw - 2rem)}main div div{margin-top:2rem;display:flex;gap:1rem}main div div a{display:block}main div div a:focus{outline:.2rem solid var(--palette-accent)}main div div a svg{height:2rem;width:auto}main img{height:auto;display:block}@media (prefers-color-scheme:dark){body{--palette-text:#e1e4ef;--palette-background:#0e111b;--palette-secondary:#533564;--palette-accent:#a062ac}main img{-webkit-filter:brightness(0.75);filter:brightness(.75)}}