{
    "version": 2,
    "title": "Test",
    "styles": {
        "color": {
            "background": "#1b262c",
            "text": "#ffffff",
            "typography": {
                "textDecoration": "none",
                "fontStyle": "normal",
                "fontSize": "1rem",
                "fontWeight": "400",
                "lineHeight": "1.5"
            }
        },
        "elements": {
            "link": {
                "color": {
                    "background": "transparent",
                    "text": "#ffffff"
                }
            }
        },
        "blocks": {
            "core/paragraph": {
                "color": {
                    "background": "transparent",
                    "text": "#ffffff"
                },
                "spacing": {
                    "margin": "1.5rem auto .75rem",
                    "padding": 0
                },
                "typography": {
                    "fontStyle": "normal",
                    "fontSize": "18px",
                    "fontWeight": "400",
                    "lineHeight": "1.5"
                },
                "border": {
                    "color": "rgba(0,0,0,0)",
                    "radius": 0,
                    "style": "none",
                    "width": 0
                }
            },
            "core/template-part": {
                "color": {
                    "background": "#1b262c",
                    "text": "#ffffff"
                },
                "border": {
                    "color": "rgba(0,0,0,0)",
                    "radius": 0,
                    "style": "solid",
                    "width": 0
                }
            }
        }

    }
}