html[data-theme="forest"] {
  --theme-bg: #d4e4c8;
  --theme-surface: #e0edd6;
  --theme-surface-2: #c5d8b6;
  --theme-text: #1a2914;
  --theme-muted: #4a5e38;
  --theme-border: rgba(30, 70, 15, 0.22);

  --theme-primary: #3b7a2e;
  --theme-primary-2: #2d5f23;
  --theme-success: #2d7845;
  --theme-warning: #7a6010;
  --theme-danger: #a82e28;

  --theme-link: #2d6e22;

  --theme-icon-filter: brightness(0);
}
