/* radius.css — everything rhymes with the rounded-square logo. */
:root {
  --radius-sm: 8px;
  --radius-btn: 10px;   /* buttons, inputs */
  --radius-card: 12px;  /* cards, images */
  --radius-lg: 16px;
  --radius-pill: 999px; /* used sparingly — badges only */
}
