* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html,
body {
  font-family: "Inter", sans-serif;
  background-color: #fff;
  font-size: 16px;
  position: relative;
}
a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}
ul,
ol {
  list-style: none;
}
input,
textarea,
button {
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
}
input:focus,
textarea:focus,
button:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
