/* Lucky Goods Club — consolidated seven-colour brand system.
   Single source of truth. Link this before any other stylesheet.
   UI colours must reference these tokens; raw hexes are only legal
   inside illustration SVGs (card art, mascots, decorative art). */
:root{
  --cream:#FDFCE8;      /* the ground, every page; also the only type colour on dark surfaces */
  --terracotta:#CB5429; /* the brand: display lettering, CTAs, hero blocks, campaign grounds */
  --charcoal:#37322C;   /* all primary text on light surfaces */
  --rust:#A8401D;       /* terracotta's shadow: hovers, links, captions, small lettering */
  --stone:#D8CFC1;      /* the one quiet neutral: panels, backdrops, hairlines, borders, chips */
  --gold:#E8B33D;       /* fortune: stars and sparkle details only, never text, never large areas */
  --olive:#8C9D67;      /* relief: soft green labels and quiet accents */
  --terracotta-tint:rgba(203,84,41,.15); /* the ONLY permitted tint: watermark patterns, soft washes */
}
