@font-face {
  font-family: Roboto;
  font-style: normal;
  src: url("/assets/fonts/Roboto/Roboto-Regular_8a36205bd9b83e03af0591a004bc97f4.ttf");
}
html, body, .crumble--material--classes--content {
  width: 100%;
}
html, body, .crumble--material--classes--content {
  min-height: 100vh;
  padding: 0;
  margin: 0;
}
body {
  display: flex;
  align-items: stretch;
}
body, button, input {
  font-family: Roboto, sans-serif;
}
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;
}
