/* Radii — warm and friendly, echoing the rounded Greeting Bubble direction.
   Intentional addition (foundry specifies no radius scale). */
:root {
  --rounded-sm: 6px;    /* inputs, chips, small tags */
  --rounded-md: 10px;   /* buttons, menu rows */
  --rounded-lg: 16px;   /* cards, tiles, photo frames */
  --rounded-xl: 24px;   /* hero image wells, large sections */
  --rounded-full: 9999px; /* pills, trio badges, the greeting bubble */
}
