/* =============================================================
   IDENTITY KIT — shared design tokens
   Pulled from the website's :root in /css/style.css so every
   identity asset stays on-brand if you ever change colors.
   <!-- EDIT BRAND COLORS HERE --> change these to re-skin the
   entire identity package (cards, stamp, letterhead, banners).
   ============================================================= */
:root{
  --orange:#E8843E;        /* primary brand */
  --orange-dark:#c66a25;
  --purple:#C49CCF;        /* accent */
  --brown:#3D2817;         /* deep text */
  --cream:#FFF6EC;         /* paper */
  --green:#25D366;         /* whatsapp */
  --gold:#d4a64a;
  --ink-blue:#0b3a8a;
  --ink-red:#a8201a;
}
