* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  font-size: 1px;
  color: #ffffff;  
  height: 100%;
}

input {
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  line-height: 1.2;  
  color: #ffffff;  
}

body {
  width: 100%;
  width: 100vw;
  height: 100%;

  font-size: 22rem;

  -webkit-overflow-scrolling: touch;

  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-tap-highlight-color: transparent;
}