/* FFF Skin Tool — Radius
 * Controlled, slightly sharp. Sharp clip-corner motif reserved for the "shard" chip,
 * expressed via clip-path in components rather than radius.
 */
:root{
  --r-xs:4px;
  --r-sm:8px;
  --r-md:12px;
  --r-lg:16px;
  --r-xl:20px;
  --r-2xl:28px;
  --r-pill:999px;
  --r-card:var(--r-lg);
  --r-control:var(--r-md);
}
