/* Tran Group corner radii — soft everywhere; only the body grid is square. */
:root {
  --tg-radius-none: 0px;
  --tg-radius-xs: 4px;
  --tg-radius-sm: 8px;   /* buttons */
  --tg-radius-md: 14px;  /* cards */
  --tg-radius-lg: 20px;
  --tg-radius-xl: 32px;  /* category strip */
  --tg-radius-full: 9999px; /* search bar, orbs, hearts, pills */
}
