/* GENERATED — design tokens for Jenny's Best Cleaning v1.0 */
:root {
  --color-pine: #22552a;
  --color-pine-mid: #2f6b38;
  --color-pine-deep: #173d1e;
  --color-lime: #b8e87c;
  --color-lime-soft: #e4f5cf;
  --color-white: #ffffff;
  --color-success: #2f6b38;
  --color-warning: #c98a1a;
  --color-error: #b3452f;
}
[data-palette="coastal"] {
  --color-bg: #fafcfd;
  --color-surface: #f0f6fa;
  --color-mist: #e3eef5;
  --color-text: #0e2236;
  --color-muted: #5a6878;
  --color-line: #0e223614;
  --color-secondary: #6b8fa3;
  --color-secondary-soft: #d4e6ec;
}
[data-palette="sand"] {
  --color-bg: #fcfbf7;
  --color-surface: #f5f1e8;
  --color-mist: #ece5d6;
  --color-text: #1c2a20;
  --color-muted: #5f6a63;
  --color-line: #1c2a2014;
  --color-secondary: #a08a66;
  --color-secondary-soft: #e8dcc4;
}
