.typography--h1 {
  font-size: 4rem;
  line-height: 1.2;
  font-weight: 400;
}

.typography--h2 {
  font-size: 3.5rem;
  line-height: 1.2;
  font-weight: 400;
}

.typography--h3 {
  font-size: 3rem;
  line-height: 1.5;
  font-weight: 400;
}

.typography--h4 {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 400;
}

.typography--h5 {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 400;
}

.typography--h6 {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}

.typography--link {
  font-size: 1rem;
  line-height: 1.375;
  font-weight: 500;
}

.typography--caption {
  font-size: 0.75rem;
  line-height: 2;
  font-weight: 400;
}

.typography--weight-bold {
  font-weight: 800;
}
