{
  "$schema": "https://schemas.wp.org/wp/6.9/theme.json",
  "version": 3,
  "title": "Secondary",
  "slug": "secondary",
  "blockTypes": ["core/button"],
  "styles": {
    "css": "&:hover{background:var(--wp--custom--color--button--secondary--hover-background);}",
    ":hover": {
      "color": {
        "background": "var(--wp--custom--color--button--secondary--hover-background)"
      }
    },
    "color": {
      "background": "#ededed",
      "text": "var:preset|color|brandy-foreground"
    },
    "spacing": {
      "padding": {
        "top": {
          "ref": "styles.elements.button.spacing.padding.top"
        },
        "right": {
          "ref": "styles.elements.button.spacing.padding.right"
        },
        "bottom": {
          "ref": "styles.elements.button.spacing.padding.bottom"
        },
        "left": {
          "ref": "styles.elements.button.spacing.padding.left"
        }
      }
    },
    "shadow": "none !important"
  }
}
