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;
  outset: none;
  background-color: transparent;
}
.crumble--material--card--card {
  height: auto;
  min-height: 100px;
  margin-bottom: 16px;
}
