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

:root {
  --issue-accent: #8c3328;
  --issue-accent-deep: #55241f;
  --issue-blue: #243743;
}

.issue-hero {
  background: linear-gradient(145deg, #f2e7d0 0%, #e9d5b6 55%, #d9b99d 100%);
}

.hero-copy h1,
.section-heading h2 {
  text-wrap: balance;
}

.issue-section--oddity {
  background: #efe5d2;
  border-top: 1px solid rgba(85, 36, 31, .25);
  border-bottom: 1px solid rgba(85, 36, 31, .25);
}

.issue-section--oddity .story-card {
  background: rgba(255, 252, 244, .84);
}

@media (max-width: 720px) {
  .hero-copy h1 { font-size: clamp(2.2rem, 10vw, 3.5rem); }
}
