{
  "$schema": "https://schemas.wp.org/trunk/theme.json",
  "version": 3,
  "title": "Secondary",
  "slug": "secondary",
  "blockTypes": ["core/button"],
  "styles": {
    "css": "position: relative; width: 60vw; max-width: 344px; height: auto; margin: 0 auto; padding: 16px 16px;",
    "typography": {
      "fontSize": "14px",
      "fontWeight": "500",
      "textAlign": "center"
    },
    "border": {
      "radius": "9999px",
      "width": "0"
    },
    "color": {
      "background": "#0066FF",
      "text": "#FFFFFF"
    },
    "spacing": {
      "padding": {
        "top": "16px",
        "right": "24px",
        "bottom": "16px",
        "left": "24px"
      }
    }
  }
}
