html {
  font-size: 100%;
}

body {
  font-family: system-ui, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.02em;
  color: #111;
}

h1,
h2,
h3,
p,
a {
  font-family: inherit;
  letter-spacing: inherit;
  color: #111;
}

h1,
h2,
h3 {
  font-weight: 400;
  line-height: 1.25;
  margin: 0;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.25rem;
}

h3 {
  font-size: 1rem;
}

p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
}

a {
  text-decoration: underline;
  text-decoration-color: #00c;
  text-underline-offset: 0.12em;
}
