html,body{
  margin:0;
  width:100%;
  height:100%;
  overflow:hidden;
  overscroll-behavior:none;
  background:
    radial-gradient(circle at top, rgba(16,120,84,.32), transparent 34%),
    linear-gradient(135deg, #0a5a40 0%, #06261d 55%, #03130f 100%);
  color:var(--text-1);
  font-family:-apple-system,BlinkMacSystemFont,"SF Pro Display","Inter","Segoe UI",sans-serif;
}
*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
button{font:inherit}
