*{box-sizing:border-box}
html{
  background:
    radial-gradient(circle at 50% 10%,rgba(124,92,252,.08),transparent 35%),
    radial-gradient(circle at 50% 100%,rgba(80,150,255,.05),transparent 40%),
    #F7F7FC;
  height:100%;
  background-attachment:fixed;
}
body{
  margin:0;height:100%;overflow:hidden;
  background:transparent;
  color:var(--text);
  font-family:"Readex Pro",system-ui,sans-serif;
  -webkit-font-smoothing:antialiased;
  position:relative;
}
button,input{font:inherit}
button{cursor:pointer;-webkit-tap-highlight-color:transparent}
button:focus-visible,input:focus-visible{outline:3px solid rgba(67,56,202,.15);outline-offset:2px}
