{
    "$schema": "https://schemas.wp.org/trunk/theme.json",
    "version": 3,
    "title": "Secondary",
    "slug": "secondary",
    "blockTypes": [
      "core/button"
    ],
    "styles": {
      "typography": {
        "fontSize": "16px",
        "textTransform": "capitalize",
        "fontWeight": "500"
      },
      "border": {
        "color": "var:preset|color|white",
        "style": "solid",
        "width": "2px",
        "radius": "16px"
      },
      "color": {
        "text": "var:preset|color|contrast",
        "background": "var:preset|color|white"
      }
    }
  }