:host {
  display: block;
}

.typography-container > p {
  margin: 10px 0;
  padding: 0;
}

.h1 {
  font-weight: 300;
  font-size: 112px;
  letter-spacing: -4px;
}

.h2 {
  font-weight: 400;
  font-size: 56px;
  letter-spacing: -1px;
}

.h3 {
  font-weight: 400;
  font-size: 45px;
  line-height: 48px;
}

.h4 {
  font-weight: 400;
  font-size: 34px;
  line-height: 40px;
}

.headline {
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
}

.title {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.3px;
}

.subheading {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.3px;
}

.body2 {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.3px;
}

.body1 {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.3px;
}

.caption {
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.3px;
}

.button {
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}