/* SignUpChurch brand palette — mirrors src/app/globals.css @theme tokens.
   Drop into any project as CSS custom properties. */
:root {
  --suc-background: #fffaeb;   /* page background */
  --suc-ink: #141414;          /* text, dark surfaces, logo tile */

  --suc-sunshine: #ffc93c;     /* primary brand yellow */
  --suc-butter: #ffe184;
  --suc-buttercream: #faed8f;
  --suc-cream: #fdf6dc;        /* warm off-white surfaces */

  --suc-tangerine: #f7a128;    /* secondary CTA */
  --suc-punch: #ff008c;        /* decorative accent only */
  --suc-punch-deep: #c2006a;   /* primary CTA — 6.0:1 with white text */

  --suc-grape: #3b308f;        /* purple sections, focus outline */
  --suc-grape-deep: #32225f;

  --suc-blush: #ffdbfd;
  --suc-orchid: #feb6fa;
  --suc-aqua: #a4f6f8;

  --suc-leaf: #6abf4c;         /* success checkmarks */

  --suc-font-display: "Bricolage Grotesque", sans-serif; /* weight 800 */
  --suc-font-sans: "Hanken Grotesk", Arial, Helvetica, sans-serif; /* 400/600 */
  --suc-font-hand: "Caveat", cursive; /* handwritten annotations */
}
