* {
  box-sizing: border-box;
}

body {
  margin: 0;
}

button,
input,
select,
textarea {
  font: inherit;
}

canvas {
  width: 100%;
  height: 260px;
}

.app-shell {
  min-height: 100vh;
}

@media (max-width: 1023px) {
  .mobile-scroll {
    overflow-x: auto;
  }
}
