/* Nominato DS — Radius
   Rounded and friendly, but never bubbly. */

:root {
  --radius-xs: 6px;    /* tags, small chips */
  --radius-sm: 10px;   /* inputs, small controls */
  --radius-md: 14px;   /* buttons */
  --radius-lg: 18px;   /* cards */
  --radius-xl: 24px;   /* sheets, large panels */
  --radius-2xl: 32px;  /* hero surfaces */
  --radius-pill: 999px;
  --radius-round: 50%;
}
