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

: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: 16ch;
}

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