/* Spacing — verbatim from constants/theme.ts (Spacing). Screen gutter is lg (16). */
:root{
--space-xs:4px;
--space-sm:8px;
--space-md:12px;
--space-lg:16px;
--space-xl:20px;
--space-2xl:24px;
--space-3xl:32px;
--space-4xl:44px;

--gutter-screen:var(--space-lg);   /* paddingHorizontal on every screen */
--gap-section:var(--space-xl);     /* marginTop between home sections */
--gap-card-row:var(--space-md);
--tap-target-min:44px;             /* hit targets: 40–48px in product code */
}
