body {
  font-size: var(--fs-sm);
  line-height: var(--lh-default);
  color: var(--black);
  font-family: var(--ff-default);
}

h1,
h2,
h3 {
  line-height: var(--lh-headings);
  font-family: var(--ff-headings);
  font-weight: var(--fw-headings);
  letter-spacing: -0.022em;
}

h1 {
  font-size: var(--fs-xxl);
}

h2 {
  font-size: var(--fs-xl);
}

h3 {
  font-size: var(--fs-lg);
}

button, 
button * {
  font-size: var(--fs-sm);
}