/* Supporting copy follows the Pacific-purpose label; display type and app UIs retain their identities. */
.intro-copy p,
.apps-heading p,
.portfolio-app figcaption p,
.ocean-bottom > p,
.working-copy > p,
.day-timeline p {
  font-family: Plex, monospace;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: .06em;
  line-height: 1.9;
  text-transform: none;
  color: #c9e0e5;
}
@media (max-width: 700px) {
  .intro-copy p,
  .apps-heading p,
  .portfolio-app figcaption p,
  .ocean-bottom > p,
  .working-copy > p,
  .day-timeline p {
    font-size: 12px;
  }
}
