@import url("../19260818/styles.css");
/* 19260827 draft */

:root {
  --ink: #14243a;
  --paper: #efe2cf;
  --paper-light: #faf3e7;
  --accent: #bd4332;
  --telephone: #315d66;
  --gold: #b88536;
}
.issue-masthead {
  background:
    radial-gradient(circle at 82% 18%, rgba(201, 118, 64, .38), transparent 27%),
    linear-gradient(135deg, #071e3a 0%, #153c61 58%, #a84135 100%);
}

.issue-hero {
  background:
    linear-gradient(90deg, rgba(255, 250, 241, .92), rgba(245, 232, 214, .9)),
    var(--paper-light);
}

.hero-copy h1 {
  max-width: 9em;
  font-size: clamp(2.6rem, 4.6vw, 4.6rem);
}

.hero-summary {
  max-width: 36rem;
}

@media (max-width: 720px) {
  .hero-copy h1 {
    max-width: 100%;
    font-size: clamp(2.3rem, 11vw, 3.2rem);
  }

  .hero-summary {
    max-width: 100%;
    font-size: 1.05rem;
    line-height: 1.7;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
  }
}
