{
    "version": 2,
    "title": "Daybreak",
    "styles": {
        "typography": {
            "fontSize": "18px",
            "lineHeight": "1.5",
            "fontFamily": "https://fonts.googleapis.com/css2?family=Raleway:wght@400&display=swap"
        },
        "color": {
            "background": "#f8f8ff",
            "text": "#333333"
        }
    },
    "settings": {
        "custom": {
            "color": {
                "scheme": "daybreak",
                "banner-bg": "linear-gradient(90deg, #82ccdd, #f8c291)"
            }
        }
    },
    "blocks": {
        "core/heading": {
            "typography": {
                "fontFamily": "https://fonts.googleapis.com/css2?family=Raleway:wght@300&display=swap",
                "line-height": "1.15"
            }
        },
        "core/paragraph": {
            "color": {
                "background": "transparent",
                "text": "#ffffff"
            },
            "spacing": {
                "margin": "1.5rem auto",
                "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"
            }
        }
    },
    "elements": {
        "link": {
            "color": {
                "text": "#666666"
            },
            ":hover": {
                "color": {
                    "text": "#333333"
                }
            }
        }
    }
}
