body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.nav-title {
  font-weight: 700;
  font-size: 30px;
}

.button-text {
  font-size: 14px;
  font-weight: 700;
}

.image-caption {
  font-size: 14px;
  font-weight: 500;
}

.footer-copy {
  font-size: 14px;
  font-weight: 500;
}

.main-title {
  font-size: 40px;
  font-weight: 700;
}

.subheader-text {
  font-size: 20px;
  font-weight: 700;
}

.body-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}

.stat-value {
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
}

.stat-label {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.stat-note {
  line-height: 1.55;
}

.stat-step {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.project-card-text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 4;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.project-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

@media only screen and (max-width: 1000px) {
  .main-title {
    font-size: 34px;
  }
}

@media only screen and (max-width: 600px) {
  .main-title {
    font-size: 30px;
    line-height: 1.1;
  }

  .subheader-text {
    font-size: 18px;
  }

  .body-text {
    font-size: 15px;
    line-height: 1.55;
  }

  .stat-value {
    font-size: 26px;
  }

  .stat-label {
    font-size: 14px;
  }
}