/* nterny — Radius tokens */

:root {
  --radius-chip: 4px;
  --radius-8: 8px;     /* rounded-lg */
  --radius-12: 12px;   /* rounded-xl */
  --radius-tag: 14px;
  --radius-16: 16px;   /* rounded-2xl base */
  --radius-card: 1rem;       /* rounded-2xl */
  --radius-card-lg: 1.5rem;
  --radius-feature: 2rem;    /* feature-card */
  --radius-full: 9999px;     /* pills & buttons — the primary pattern */
}
