{
    "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"
        },
        "blocks": {
            "core/heading": {
                "typography": {
                    "fontFamily": "https://fonts.googleapis.com/css2?family=Raleway:wght@300&display=swap",
                    "line-height": "1.15"
                }
            },
            "core/code": {
                "typography": {
                    "fontSize": "var(--wp--preset--font-size--small)",
                    "lineHeight": "1.5",
                    "fontFamily": "var(--wp--preset--font-family--system-font)"
                },
                "color": {
                    "background": "var(--wp--custom--color--dark-button-bg)",
                    "text": "var(--wp--custom--color--dark-button-text)"
                }
            }
        }
    },
    "settings": {
        "custom": {
            "color": {
                "scheme": "daybreak",
                "banner-bg": "linear-gradient(90deg, #82ccdd, #f8c291)"
            }
        }
    },

    "elements": {
        "link": {
            "color": {
                "text": "#666666"
            },
            ":hover": {
                "color": {
                    "text": "#333333"
                }
            }
        }
    }
}
