.typography {
  font-family: "Montserrat";
}

.typography-headline--1 {
  font-size: 96px;
  font-weight: 300;
  line-height: 117px;
  letter-spacing: -1.5px;
}

.typography-headline--2 {
  font-size: 60px;
  font-weight: 300;
  line-height: 73px;
  letter-spacing: -0.5px;
}

.typography-headline--3 {
  font-size: 48px;
  font-weight: 400;
  line-height: 59px;
}

.typography-headline--4 {
  font-size: 34px;
  font-weight: 600;
  line-height: 41px;
  letter-spacing: 0.25px;
}

.typography-headline--5 {
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
}

.typography-headline--6 {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.15px;
}

.typography-body--1 {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.5px;
}

.typography-body--2 {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
}

.typography-subtitle--1 {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15px;
}

.typography-subtitle--2 {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.typography-button,
.btn {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1.25px;
  text-transform: uppercase;
}

.typography-caption {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.4px;
}

.typography-description {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
}

.typography-overline {
  font-size: 10px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
/*# sourceMappingURL=typography.css.map */