* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-family: "Inter", sans-serif;
}

button {
  cursor: pointer;
  box-shadow: unset !important;
}

h1 {
  text-transform: none !important;
}

input:focus,
input:active {
  outline: none;
}
