{
  "background": {
    "color": {
      "@base": {
        "value": {
          "nativeTheme": "Field",
          "default": "{background.color.box.@base}"
        }
      }
    }
  },
  "border": {
    "color": {
      "value": {
        "nativeTheme": "{border.color.deemphasized.@base}",
        "light": "{color.gray.10}",
        "dark": "{color.gray.60}",
        "forcedColors": "{border.color.@base}"
      }
    },
    "radius": {
      "value": "{border.radius.large}"
    }
  },
  "padding": {
    "@base": {
      "value": "{panel.padding.block}"
    },
    "block": {
      "value": "8px"
    }
  },
  "text": {
    "color": {
      "value": {
        "nativeTheme": "FieldText",
        "default": "{text.color.@base}"
      }
    }
  }
}
