body {
  font-feature-settings: "ss01" on;
}

html,
body {
  max-width: 100%;
}

input,
select,
textarea,
button {
  transition: all 160ms ease;
}

.table-scroll {
  max-width: 100%;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
}

.table-scroll table {
  min-width: 720px;
}

@media (max-width: 639px) {
  .mobile-stack-actions > * {
    width: 100%;
  }
}
