* {
  cursor: inherit;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

.invisible-scrollbar::-webkit-scrollbar {
  display: none;
}
