*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{background:var(--bg);color:var(--text)}
#app{min-height:100vh}
a{color:var(--a1)}
::selection{background:rgba(110,168,254,.32)}
::-webkit-scrollbar{width:10px;height:10px}
::-webkit-scrollbar-thumb{background:var(--border-2);border-radius:10px}
::-webkit-scrollbar-track{background:transparent}
