* {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
  background: #0f1115;
  color: #e6e6eb;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text",
               "Helvetica Neue", Arial, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  border: none;
  outline: none;
  cursor: pointer;
  background: none;
  color: inherit;
}

input, textarea {
  background: transparent;
  border: none;
  outline: none;
  color: inherit;
  font-size: 14px;
  resize: vertical;
}

.hidden {
  display: none;
}
