body.healcore {
  --bg-body: #f2f9f6;
  --bg-panel: #e3f0eb;
  --bg-sidebar: #d0e4dd;
  --bg-tab: #c6e8de;
  --bg-tab-active: #aee1d2;
  --bg-button: #33ccaa;
  --highlight-color: var(--bg-button);

  --text-main: #144d40;
  --text-subtle: #226658;
  --text-muted: #559f8d;
  --text-inverted: #ffffff;

  --border-color: #66ccb3;
  --shadow: 0 4px 12px rgba(0, 128, 96, 0.2);

  --tab-hover-bg: #88e3cd;
  --tab-hover-text: #ffffff;
  --tab-border: #66ddbb;
  --tab-shadow: #99f0dd;
  --tab-hover-shadow: #b3ffee;
  --theme-desc: "You are not broken. You are evolving. -- Habea Corpus Incorporated";
}
