html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--color-primary);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: 800;
  letter-spacing: -0.04em;
  color: var(--color-primary);
  text-wrap: balance;
}

p {
  margin: 0;
}

strong {
  font-weight: 800;
}

a {
  color: inherit;
  text-decoration: none;
}

small {
  font-size: 0.92em;
}