body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif,
    'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeSpeed;
  overflow: hidden;
  margin: 0;
}

body.transitionDurationDisabled *:not(.keep-transition-duration),
body.transitionDurationDisabled *:not(.keep-transition-duration):before,
body.transitionDurationDisabled *:not(.keep-transition-duration):after {
  transition-duration: 0s !important;
}

body,
html,
.app {
  height: 100%;
}

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

svg {
  overflow: visible;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  transition-timing-function: cubic-bezier(0.4, 0, 0, 1) !important;
}
