/* Swipix — corner radii, all measured verbatim from the .fig.
   The system has no elevation: not one shadow or blur appears in the file. */
:root{
  --radius-hairline:10px;  /* 1px dividers carry radius 10 in the file */
  --radius-card:20px;      /* Core / Cover panel */
  --radius-chip:32px;      /* Cover pill */
  --radius-pill:1000px;    /* Page-separator badge */
  --radius-round:50%;      /* Cover emoji disc */
  --hairline:1px;
  --shadow-none:none;
}
