{
  "radius": {
    "none": {
      "$type": "dimension",
      "$value": {
        "value": 0,
        "unit": "px"
      },
      "$description": "Square corners — tables, full-bleed surfaces, and elements flush to container edges.",
      "$extensions": {
        "com.figma": {
          "hiddenFromPublishing": false,
          "scopes": [
            "CORNER_RADIUS"
          ],
          "codeSyntax": {
            "WEB": "var(--radius-none)"
          }
        }
      }
    },
    "sm": {
      "$type": "dimension",
      "$value": {
        "value": 4,
        "unit": "px"
      },
      "$description": "Small rounding — inputs, buttons, tags, and compact controls.",
      "$extensions": {
        "com.figma": {
          "hiddenFromPublishing": false,
          "scopes": [
            "CORNER_RADIUS"
          ],
          "codeSyntax": {
            "WEB": "var(--radius-sm)"
          }
        }
      }
    },
    "md": {
      "$type": "dimension",
      "$value": {
        "value": 8,
        "unit": "px"
      },
      "$description": "Medium rounding — cards, panels, and modals.",
      "$extensions": {
        "com.figma": {
          "hiddenFromPublishing": false,
          "scopes": [
            "CORNER_RADIUS"
          ],
          "codeSyntax": {
            "WEB": "var(--radius-md)"
          }
        }
      }
    },
    "lg": {
      "$type": "dimension",
      "$value": {
        "value": 16,
        "unit": "px"
      },
      "$description": "Large rounding — hero surfaces and prominent containers.",
      "$extensions": {
        "com.figma": {
          "hiddenFromPublishing": false,
          "scopes": [
            "CORNER_RADIUS"
          ],
          "codeSyntax": {
            "WEB": "var(--radius-lg)"
          }
        }
      }
    },
    "pill": {
      "$type": "dimension",
      "$value": {
        "value": 9999,
        "unit": "px"
      },
      "$description": "Fully rounded ends — pills, badges, and circular icon buttons.",
      "$extensions": {
        "com.figma": {
          "hiddenFromPublishing": false,
          "scopes": [
            "CORNER_RADIUS"
          ],
          "codeSyntax": {
            "WEB": "var(--radius-pill)"
          }
        }
      }
    }
  }
}
