/* Tran Group spacing — 4px base with a 2px micro-step. */
:root {
  --tg-space-xxs: 2px;
  --tg-space-xs: 4px;
  --tg-space-sm: 8px;
  --tg-space-md: 12px;
  --tg-space-base: 16px;
  --tg-space-lg: 24px;
  --tg-space-xl: 32px;
  --tg-space-xxl: 48px;
  --tg-space-section: 64px;

  --tg-container: 1280px;
  --tg-container-listing: 1080px;
}
