.entry-theme--newspaper_poster {
  --page-background:
    repeating-linear-gradient(0deg, rgba(62, 38, 18, .035) 0 1px, transparent 1px 4px),
    #d9bf8d;
  --panel-background: linear-gradient(145deg, rgba(245,226,185,.96), rgba(217,187,132,.96));
  --panel-border: rgba(39, 30, 21, .78);
  --text-primary: #211b14;
  --text-muted: #635342;
  --focus: #111;
  color-scheme: light;
}

.entry-theme--newspaper_poster .entry-route {
  background: color-mix(in srgb, var(--status) 4%, rgba(242,221,180,.96));
  box-shadow: inset 0 0 0 2px rgba(51,39,25,.12);
}

.entry-theme--newspaper_poster .entry-route__button,
.entry-theme--newspaper_poster .entry-route__cancel,
.entry-theme--newspaper_poster .entry-contact__actions button,
.entry-theme--newspaper_poster .entry-secondary-actions > button,
.entry-theme--newspaper_poster .entry-recovery__links a {
  background: rgba(255,247,220,.28);
}

.entry-theme--newspaper_poster .entry-route--recommended .entry-route__button,
.entry-theme--newspaper_poster .entry-contact__actions a {
  background: #a92a18;
  color: #fff5dc;
}
