.node--type-work h2,
.node--type-work h3,
.node--type-work h4,
.node--type-work h5,
.node--type-work h6 {
  color: var(--c-primary);
}

.node--type-work h2 {
  font-size: 28px;
}

.node--type-work h3 {
  font-size: 25px;
  font-weight: 600;
}

.node--type-work h4 {
  font-size: 22px;
  font-weight: 500;
}

.node--type-work h5 {
  font-size: 20px;
  font-weight: 500;
}

.node--type-work h6 {
  font-size: 18px;
  font-weight: 600;
}

.node--type-work a {
  color: var(--c-secondary);
}

.node--type-work .main-content {
  color: var(--c-primary);
}

@media all and (max-width: 640px) {
  .node--type-work h3 {
    font-size: 21px;
  }
}