body {
  -webkit-font-smoothing: antialiased;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  line-height: 1.6;
  font-size: 18px;
}

h1, h2, h3 {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: -0.05em;
  color: #000000;
  margin-top: 40px;
  margin-bottom: 16px;
}

p {
  margin-bottom: 24px;
}

a {
  text-decoration: none;
}
