/* PETALCHIME — colour tokens
   Storybook palette built on a warm cream ground: a single saturated rose for
   navigation and price emphasis, softer blush tints for panels and strips. */
:root{
  --rose:#f0389b;
  --rose-dark:#c8237c;
  --rose-soft:#fcd6ed;
  --rose-mist:#fdeef7;
  --cream:#fffaf6;
  --lilac:#b48cd9;
  --mint:#8fd7c4;
  --gold:#d9a441;

  --ink:#3d3037;
  --ink-2:#6b5a63;
  --ink-3:#9a8b93;
  --line:#f0dce8;
  --line-2:#e6d2de;

  --page:#ffffff;
  --panel:#fffdfe;
  --sale:#f0389b;
  --footer-bg:#4a3f47;
  --footer-line:#5d505a;
  --footer-text:#e8dde4;
}
