/* reset.css */
*, *::before, *::after { margin:0; padding:0; box-sizing:border-box; }
html { height:100%; -webkit-text-size-adjust:100%; }
body {
  height:100%; overflow:hidden;
  background:var(--bg); color:var(--dark);
  font-family:var(--font-ui);
  -webkit-font-smoothing:antialiased;
  overscroll-behavior:none;
}
button { background:none; border:none; cursor:pointer; font-family:inherit; color:inherit; }
a { text-decoration:none; color:inherit; }
input, textarea { font-family:inherit; border:none; outline:none; background:none; }
