/* Mobile reading pass: preserve the woven display face while restoring readable measure. */
@media (max-width: 767px) {
  .sw-feature h1 {
    max-width: 15ch;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.12;
  }

  .sw-entry-title {
    max-width: 21ch;
    font-size: 29px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: -0.045em;
  }

  .sw-entry-content {
    font-size: 17px;
    line-height: 1.78;
  }

  .sw-entry-content h2 {
    font-size: 23px;
    font-weight: 600;
    line-height: 1.28;
  }

  .sw-entry-content h3,
  .sw-reading h2,
  .sw-rail-card h2,
  .sw-card h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
  }
}
