html {
	-webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  scrollbar-color: rgba(150, 150, 150, .4) transparent;
  scrollbar-width: thin;
  accent-color: #97eb11;
  font-family: Helvetica Neue, Arial, sans-serif;
}

body {
	font-size: .9rem;
}

body.light {
  color: #00000085;
}

body.dark {
  color: #ffffff85;
}

h1 {
	font-size: 1.5rem;
	font-weight: 400;
}

button {
  padding: 10px 24px;
	border-radius: 24px;
  font-size: 1rem;
  border: none;
  cursor: pointer;
}

body.light button {
  background-color: #00000085;
  color: #fff;
}

body.dark button {
  background-color: #ffffff85;
  color: #000;
}
