{
    "$schema": "https://schemas.wp.org/trunk/theme.json",
    "version": 3,
    "title": "Link",
    "slug": "link",
    "blockTypes": [
        "core/button"
    ],
    "styles": {
        "css": "width: fit-content;",
        "typography": {
            "textTransform": "capitalize",
            "fontWeight": "700",
            "letterSpacing": "0.1em"

        },
        "color": {
            "background": "transparent",
            "text": "var:preset|color|contrast"
        },
        "spacing": {
            "padding": {
                "right": "0px",
                "bottom": "0px",
                "left": "0px",
                "top": "0px"
            }
        },
        "border": {
            "color": "",
            "style": "",
            "width": "",
            "radius": ""
        }
    }
}