{
  "global": {
    "shape": {
      "borderSize": {
        "md": {
          "value": "0.1rem"
        },
        "lg": {
          "value": "0.2rem"
        },
        "xl": {
          "value": "0.3rem"
        },
        "xxl": {
          "value": "0.4rem"
        },
        "xxxl": {
          "value": "0.6rem"
        }
      },
      "borderRadius": {
        "sm": {
          "value": "0.2rem"
        },
        "md": {
          "value": "0.4rem"
        },
        "lg": {
          "value": "0.6rem"
        },
        "xl": {
          "value": "0.8rem"
        },
        "xxl": {
          "value": "1.2rem"
        },
        "half": {
          "value": "999rem"
        },
        "circle": {
          "value": "50%"
        }
      },
      "opacity": {
        "low": {
          "value": ".4"
        },
        "medium": {
          "value": ".6"
        },
        "high": {
          "value": ".8"
        }
      }
    }
  }
}
