/* ================================================
   GO PARTY — tokens.css
   Design tokens (CSS custom properties)
   ================================================ */

:root {
  --clr-bg:         #1a0033;
  --clr-pink:       #ff1493;
  --clr-grad-start: #6b0088;
  --clr-grad-end:   #ff1493;
  --clr-pp-green:   #1B5E3B;
  --clr-pp-bright:  #3a9052;
  --clr-bowl-red:   #B22222;
  --clr-kk-blue:    #465B65;
  --clr-gp-pink:    #ec4899;
}
