/* CounselPress — Corner radii
   Restrained: nearly-square, editorial. No pill-shaped cards, no heavy rounding. */

:root {
  --radius-0:  0;
  --radius-sm: 2px;
  --radius:    4px;   /* default — inputs, buttons, cards */
  --radius-md: 6px;
  --radius-lg: 8px;   /* large media panels */
  --radius-pill: 999px; /* reserved for small tags/badges only */
}
