{
  "$schema": "https://schemas.wp.org/trunk/theme.json",
  "version": 3,
  "title": "Primary",
  "slug": "primary",
  "blockTypes": [
    "core/button"
  ],
  "styles": {
    "css": "width: fit-content;",
    "typography": {
      "fontSize": "16px",
      "textTransform": "capitalize",
      "fontWeight": "500"
    },
    "border": {
      "color": "var:preset|color|accent-2",
      "style": "solid",
      "width": "2px",
      "radius": "30px"
    }
  }
}