body, button, input {
  font-family: "Roboto";
}

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

[data-action]:not(input) {
  cursor: pointer;
}

input[type="text"], input[type="number"] {
  border: none;
  border-bottom: 1px solid black;
  background-color: #EEE;
  padding: 8px;
  box-sizing: border-box;
}

button {
  border: none;
  outline: none;
  background-color: transparent;
}