/* Saltycustoms Design System — Shape / Border Radius Tokens */
/* Soft, never hard: every interactive element is rounded */

:root {
  --rounded-none: 0px;
  --rounded-xs:   4px;    /* tight inner elements */
  --rounded-sm:   8px;    /* buttons, text inputs */
  --rounded-md:   14px;   /* property cards */
  --rounded-lg:   20px;   /* larger card surfaces */
  --rounded-xl:   32px;   /* category strip chips */
  --rounded-full: 9999px; /* pill search bar, orbs, wishlist hearts, badges */
}
