.chart-theme-berry_collage {
  --chart-font-display: 'Bricolage Grotesque', system-ui, sans-serif;
  --chart-font-body: 'DM Sans', system-ui, sans-serif;

  --chart-stage-bg: linear-gradient(145deg, rgba(255, 236, 245, 0.9), rgba(255, 247, 232, 0.55));

  --chart-header-bg: #ffe6f0;
  --chart-header-border: #d59ab7;
  --chart-header-title: #5f203f;
  --chart-header-subtitle: #7f4661;
  --chart-header-badge: #8e2f5b;

  --chart-footer-bg: #fff1de;
  --chart-footer-border: #d8b07e;
  --chart-footer-text: #6b4620;

  --chart-grid-border: #ddc3cf;
  --chart-grid-header-bg: #fff0f6;
  --chart-grid-alt-row: #fff8fb;
  --chart-grid-inactive: #fbf0f5;
  --chart-grid-inactive-line: #cfafbc;

  --chart-marker-color: #8d2d5a;
  --chart-marker-weight: 2px;
  --chart-marker-bg: #f7c6dc;
}
