:root {
  --ff-bg: #f6f1e8;
  --ff-sidebar: #fffaf2;
  --ff-card: #fffdf8;
  --ff-soft: #ece1d2;
  --ff-input: #ffffff;
  --ff-text: #2a2119;
  --ff-muted: #786b5f;
  --ff-border: rgba(88, 66, 45, .18);
  --ff-accent: #7b5638;
  --ff-accent-text: #ffffff;
  --ff-focus: rgba(123, 86, 56, .18);
  --ff-danger: #a33a2d;
  --ff-success: #4f7f52;
}

/* The light banner blends directly into its white background. */
.ff-app[data-theme="fresh"] .ff-assistant-hero-media::after {
  display: none;
}
