body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  
  .nav-title {
    font-weight: 700;
    font-size: 24px;
  }
  
  .button-text {
    font-size: 14px;
    font-weight: 700;
  }
  
  .image-caption {
    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;
  }
  
  .project-card-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
  
  .project-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }