html {
  box-sizing: border-box;
  text-size-adjust: 100%;
  overflow-x: hidden;
  overflow: hidden;
  height: 100%;
  min-height: 100%;
  margin: 0;
  font-family: var(--font-family);
  scrollbar-width: none;
}