@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");

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

body {
  font-size: 16px;
  font-weight: 500;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

h1 {
  font-size: 3.815rem;
  line-height: 1em;
  letter-spacing: -0.022em;
}

h2 {
  font-size: 3.052rem;
  line-height: 1em;
  letter-spacing: -0.022em;
}

p,
span,
a {
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 1em;
  letter-spacing: -0.011em;
}

h1,
h2,
p,
span,
a,
button,
li,
i {
  color: #000000;
}

ul,
ol {
  list-style: none;
  display: flex;
}

button {
  background: none;
  border: none;
}

button:hover {
  cursor: pointer;
}
