/*
 * Restore the homepage content bands to a visibly warmer tone.
 * The generated bundle uses #fffdf9 here, which reads as pure white on phones.
 */
.intro-band,
.news-panel {
  background: linear-gradient(180deg, #efe5d4 0%, #eadfcb 100%);
}
