:root{
/* Spacing — 8px base */
--space-hair:1px;
--space-xxs:4px;
--space-xs:8px;
--space-sm:12px;
--space-md:16px;
--space-lg:24px;
--space-xl:32px;
--space-xxl:48px;
--space-section:96px;
--container-max:1280px;
/* Radius */
--rounded-xs:2px;
--rounded-sm:6px;
--rounded-md:8px;
--rounded-lg:24px;
--rounded-xl:32px;
--rounded-pill:50px;
--rounded-full:9999px;
}
