/*
 * Category-cover-only contrast corrections.
 *
 * The regular red theme stays dark enough to carry white on cards, buttons and
 * product furniture. The Edibles category cover is different: its copy crosses
 * the large paper circle, so white type disappears where red gives way to paper.
 * Using the existing newsprint flat here gives the cover one lighter red ground
 * and lets the same ink read on both that ground and the paper circle.
 */
body.catalog-page[data-theme="red"] .category-cover {
  color: var(--ink);
  background-color: var(--flat-red);
}
