.pepper {
  font-weight: 800;
  font-size: 24px;
}

.body {
  font-size: 14px;
  font-weight: 400;
}
.body.semi {
  font-size: 12px;
  font-weight: 600;
}
.body.bold {
  font-weight: 700;
}
.body.heavy {
  font-weight: 800;
}

.title {
  font-size: 30px;
  font-weight: 800;
  color: #000000;
}
.title.semi {
  font-weight: 600;
}

.list-title {
  font-size: 14px;
  font-weight: 600;
}

.list-body {
  font-size: 13px;
  font-weight: 500;
  font-style: italic;
  opacity: 0.7;
}

.sub-body {
  font-size: 12px;
  font-weight: 500;
  opacity: 0.6;
}

.sub-head {
  font-size: 20px;
  font-weight: 700;
}

.label-semi {
  font-size: 16px;
  font-weight: 600;
}

.label-bold {
  font-size: 16px;
  font-weight: 700;
}

.title-label {
  font-size: 16px;
  font-weight: 600;
  color: var(--primary);
}

.large-number {
  font-size: 100px;
  font-weight: 600;
  color: var(--light-font);
}

.number {
  font-size: 31px;
  font-weight: 500;
}

.sub-text {
  font-size: 13px;
  font-style: italic;
  color: var(--primary-font);
  opacity: 0.7;
}

/*# sourceMappingURL=text-styles.css.map */
