{
    "$schema": "https://schemas.wp.org/trunk/theme.json",
    "version": 3,
    "title": "Dark",
    "slug": "dark",
    "blockTypes": [
      "core/button"
    ],
    "styles": {
      "css": "width: fit-content; position: relative; padding-right: 40px !important; &::after { content: '>'; position: absolute; right: 16px; top: 50%; transform: translateY(-50%); font-weight: bold; font-size: 24px; }",
      "typography": {
        "fontSize": "16px",
        "textTransform": "capitalize",
        "fontWeight": "500"
      },
      "border": {
        "color": "var:preset|color|accent-4",
        "style": "solid",
        "width": "2px",
        "radius": "16px"
      },
      "color": {
        "background": "var:preset|color|accent-4",
        "text": "var:preset|color|white"
      }
    }
  }