/* Tiffin Bells design tokens — Steel Tiffin direction (blueprint §2) */
:root{
  /* brand (from brand manual) */
  --tb-terracotta:#C47451;
  --tb-golden:#ECBB72;
  /* derived (blueprint §2.1) */
  --tb-cream:#FBF6EE;
  --tb-ink:#2E2118;
  --tb-leaf:#5C7A4E;
  /* supporting */
  --tb-terracotta-deep:#A44F2A; /* AA-compliant CTA/small-text terracotta */
  --tb-golden-soft:#F3D9A8;
  --tb-ink-soft:#5C4B3C;
  --tb-white:#FFFDF9;
  /* flavor tints (from pack art) */
  --tint-peanut:#FBE3D8;
  --tint-coriander:#E4EDDC;
  --tint-mint:#DFF0EA;
  --tint-spicy-onion:#F9D6D4;
  --tint-coconut:#F0E2D0;
  --tint-full-tiffin:#F3D9A8;

  --font-display:'Baloo 2',cursive;
  --font-body:'Mulish',sans-serif;

  --border:3px solid var(--tb-ink);
  --radius-lg:28px;
  --radius-md:22px;
  --radius-pill:999px;
  --shadow-offset:5px 5px 0 rgba(46,33,24,.15);
}
