{
  "round": {
    "2xs": {
      "$type": "borderRadius",
      "$value": "{border.border-radius.full}"
    },
    "xs": {
      "$type": "borderRadius",
      "$value": "{border.border-radius.full}"
    },
    "sm": {
      "$type": "borderRadius",
      "$value": "{border.border-radius.full}"
    },
    "md": {
      "$type": "borderRadius",
      "$value": "{border.border-radius.full}"
    },
    "lg": {
      "$type": "borderRadius",
      "$value": "{border.border-radius.300}"
    },
    "xl": {
      "$type": "borderRadius",
      "$value": "{border.border-radius.400}"
    },
    "2xl": {
      "$type": "borderRadius",
      "$value": "{border.border-radius.1000}"
    }
  }
}