/**
 * GENERATED FILE — DO NOT EDIT.
 *
 * Produced by scripts/generate-tokens.mjs from packages/ui/src/tokens.css, so the marketing
 * site and the app cannot drift apart. To change a colour, edit the design system and re-run:
 *
 *   pnpm --filter @nurture/marketing run tokens
 */

:root {
  --bg: #F3F0E7;
  --fg: #2D3931;
  --muted: #5D695F;
  --primary: #5D8971;
  --primary-dark: #4A6D5A;
  --primary-soft: #E1EAE5;
  --blush: #DDA99D;
  --blush-soft: #F7EBE8;
  --teal: #487A70;
  --teal-soft: #E5F0EE;
  --blue: #4D809D;
  --blue-soft: #E4ECF2;
  --purple: #7367A2;
  --purple-soft: #EBE9F1;
  --peach: #BD584C;
  --peach-soft: #F5E7E5;
  --gold: #B58236;
  --gold-soft: #F6EDE0;
}
