{
    "version": 2,
    "title": "Thin",
    "styles": {
        "blocks": {
            "core/query-title": {
                "typography": {
                    "fontWeight": "var(--wp--custom--font-weight--extra-light)"
                }
            },
            "core/site-title": {
                "typography": {
                    "fontWeight": "var(--wp--custom--font-weight--extra-light)"
                }
            },
            "core/post-title": {
                "typography": {
                    "fontWeight": "var(--wp--custom--font-weight--extra-light)"
                }
            },
            "core/query": {
                "elements": {
                    "h2": {
                        "typography": {
                            "fontWeight": "var(--wp--custom--font-weight--extra-light)"
                        }
                    }
                }
            }
        },
        "elements": {
            "heading": {
                "typography": {
                    "fontWeight": "var(--wp--custom--font-weight--extra-light)"
                }
            },
            "h1": {
                "typography": {
                    "fontWeight": "var(--wp--custom--font-weight--extra-light)"
                }
            },
            "h2": {
                "typography": {
                    "fontWeight": "var(--wp--custom--font-weight--extra-light)"
                }
            },
            "h3": {
                "typography": {
                    "fontWeight": "var(--wp--custom--font-weight--extra-light)"
                }
            }
        }
    },

    "settings": {
        "custom": {
            "color": {
                "scheme": "thin"
            }
        },
        "color": {
            "palette": [
                {
                    "color": "#ccd5ae",
                    "name": "Base",
                    "slug": "base"
                },
                {
                    "color": "#283618",
                    "name": "Contrast",
                    "slug": "contrast"
                },
                {
                    "color": "#783c06",
                    "name": "Primary",
                    "slug": "primary"
                },
                {
                    "color": "#728603",
                    "name": "Secondary",
                    "slug": "secondary"
                },
                {
                    "color": "#606c38",
                    "name": "Tertiary",
                    "slug": "tertiary"
                },
                {
                    "color": "#B7AED5",
                    "name": "Complementary",
                    "slug": "complementary"
                }
            ]
        }
    }
}