/* ==========================================================================
   SETTINGS · RADII — a periodical of record is set with a square. Corners are
   essentially sharp; the ramp exists only so the rare rounded thing (a pill
   chip, the medallion) is still drawn from a token, never a magic number.
   ========================================================================== */

:root {
  --radius-none: 0;        /* the default — boxes, rules, cards, inputs */
  --radius-xs:   1px;      /* a barely-there softening on chips/buttons */
  --radius-sm:   2px;
  --radius-md:   3px;
  --radius-pill: 999px;    /* fully-round chips / toggles only */
  --radius-seal: 50%;      /* the letterpress imprimatur medallion */
}
