{
    "$schema": "https://schemas.wp.org/trunk/theme.json",
    "version": 2,
    "title": "default",
    "patterns": ["our-team-team-member-our-client-section-desing-with-image-social-media"],
    "settings": {
        "appearanceTools": true,
        "custom": {
            "width": {
                "aligncenter": "520px",
                "float": "calc(50% - 1.5rem)",
                "thumbnail-float": "calc(50% - 1.5rem - 182px)",
                "content": "720px",
                "wide": "920px",
                "full": "100%",
                "sidebar": "400px",
                "limit": "1600px"
            },
            "color": {
                "scheme": "default",
                "comments-bg": "rgba(0,0,0,.1)",
                "relate-posts-bg": "rgba(0,0,0,.15)",
                "featured-image-bg": "rgba(0,0,0,.05)",
                "code-tag-bg": "#f8f8ff",
                "code-tag-text": "#000000",
                "toc-bg": "#f8f8ff",
                "banner-bg": "rgba(0,0,0,.1)",
                "banner-text": "#000000",
                "stripe": "rgba(0,0,0,.1)",
                "button-bg": "buttonface",
                "button-text": "#000",
                "unknown-bg": "#f8f8ff",
                "dark-mode-bg": "#1b262c"
            },
            "border": {
                "common-style": "solid",
                "common-width": "1px",
                "common-color": "#ccc",
                "common": "var(--wp--custom--border--common-width) var(--wp--custom--border--common-style) var(--wp--custom--border--common-color)",
                "radius": "5px"
            },
            "lineHeight": {
                "common": 1.5,
                "meta": 1.5,
                "heading": "normal"
            },
            "fontWeight": {
                "common": "400",
                "meta": "400",
                "heading": "700"
            },
            "textTransform": {
                "common": "none",
                "meta": "none",
                "heading": "uppercase"
            },
            "margin": {
                "block": "1.5rem auto",
                "container": "0 auto",
                "alignleft": ".75rem .75rem .75rem .75rem",
                "alignright": ".75rem .75rem .75rem .75rem",
                "start-content": "calc((100% - var(--wp--custom--width--content, 720px )) / 2 )",
                "start-wide": "calc((100% - var(--wp--custom--width--wide, 920px )) / 2 )",
                "gap": ".75rem"
            },
            "padding": {
                "content": "0.75rem",
                "block": "0 1.5rem",
                "container": 0
            },
            "minHeight": {
                "default": 0,
                "eighth": "12.5vh",
                "quarter": "25vh",
                "harf": "50vh",
                "3quarters": "75vh",
                "full": "100vh"
            },
            "maxHeight": {
                "default": 0,
                "eighth": "12.5vh",
                "quarter": "25vh",
                "harf": "50vh",
                "3quarters": "75vh",
                "full": "100vh",
                "post-featured-image": "75vh",
                "excerpt-lines": 4
            },
            "tabSize": {
                "default": "2rem"
            }
        },
        "color": {
            "palette": [
                {
                    "color": "#ffffff",
                    "name": "Base",
                    "slug": "base"
                },
                {
                    "color": "#000000",
                    "name": "Contrast",
                    "slug": "contrast"
                },
                {
                    "color": "#333333",
                    "name": "Primary",
                    "slug": "primary"
                },
                {
                    "color": "#a22041",
                    "name": "Secondary",
                    "slug": "secondary"
                },
                {
                    "color": "#8ea729",
                    "name": "Tertiary",
                    "slug": "tertiary"
                },
                {
                    "color": "#160385",
                    "name": "Complementary",
                    "slug": "complementary"
                }

            ]
        },
        "dimensions": {
            "minHeight": true
        },
        "layout": {
            "contentSize": "var(--wp--custom--width--content)",
            "wideSize": "var(--wp--custom--width--wide)",
            "units": ["px", "em", "rem", "%", "vw"],
            "definitions": {
                "default": {
                    "name": "default",
                    "slug": "flow",
                    "className": "is-layout-flow",
                    "baseStyles": [
                        {
                            "selector": " > .alignleft",
                            "rules": {
                                "float": "left",
                                "width": "var(--wp--custom--width--float)",
                                "max-width": "100%",
                                "margin": "var(--wp--custom--margin--alignleft)",
                                "clear": "left"
                            }
                        },
                        {
                            "selector": " > .alignright",
                            "rules": {
                                "float": "right",
                                "width": "var(--wp--custom--width--float)",
                                "max-width": "100%",
                                "margin": "var(--wp--custom--margin--alignright)",
                                "clear": "right"
                            }
                        },
                        {
                            "selector": " > .aligncenter",
                            "rules": {
                                "width": "var(--wp--custom--width--aligncenter)",
                                "max-width": "100%",
                                "margin-left": "auto",
                                "margin-right": "auto",
                                "margin": "var(--wp--custom--margin--block)",
                                "clear": "both"
                            }
                        },
                        {
                            "selector": " > *",
                            "rules": {
                                "width": "min(100%,var(--wp--custom--width--content))",
                                "margin-left": "auto",
                                "margin-right": "auto"
                            }
                        },
                        {
                            "selector": " > .alignwide",
                            "rules": {
                                "width": "var(--wp--custom--width--wide)",
                                "max-width": "100%",
                                "margin-left": "auto",
                                "margin-right": "auto",
                                "margin": "var(--wp--custom--margin--block)"
                            }
                        },
                        {
                            "selector": " > .alignfull",
                            "rules": {
                                "width": "var(--wp--custom--width--full)",
                                "max-width": "100%",
                                "margin-left": "auto",
                                "margin-right": "auto",
                                "margin": "var(--wp--custom--margin--container)"
                            }
                        }
                    ],
                    "spacingStyles": [
                        {
                            "selector": " > *",
                            "rules": {
                                "margin-block-start": "revert",
                                "margin-block-end": "revert"
                            }
                        },
                        {
                            "selector": " > * + *",
                            "rules": {
                                "margin-block-start": "revert",
                                "margin-block-end": "revert"
                            }
                        }
                    ]
                },
                "constrained": {
                    "name": "constrained",
                    "slug": "constrained",
                    "className": "is-layout-constrained",
                    "baseStyles": [
                        {
                            "selector": " > .alignleft",
                            "rules": {
                                "float": "left",
                                "width": "var(--wp--custom--width--float)",
                                "max-width": "100%",
                                "margin": "var(--wp--custom--margin--alignleft)",
                                "clear": "left"
                            }
                        },
                        {
                            "selector": " > .alignright",
                            "rules": {
                                "float": "right",
                                "width": "var(--wp--custom--width--float)",
                                "max-width": "100%",
                                "margin": "var(--wp--custom--margin--alignright)",
                                "clear": "right"
                            }
                        },
                        {
                            "selector": " > .aligncenter",
                            "rules": {
                                "width": "var(--wp--custom--width--aligncenter)",
                                "max-width": "100%",
                                "margin-left": "auto",
                                "margin-right": "auto",
                                "margin": "var(--wp--custom--margin--block)",
                                "clear": "both"
                            }
                        },
                        {
                            "selector": " > :where(:not(.alignleft):not(.alignright):not(.alignfull))",
                            "rules": {
                                "width": "var(--wp--custom--width--content)",
                                "max-width": "100%",
                                "margin-left": "auto",
                                "margin-right": "auto"
                            }
                        },
                        {
                            "selector": " > .alignwide",
                            "rules": {
                                "width": "var(--wp--custom--width--wide)",
                                "max-width": "100%",
                                "margin-left": "auto",
                                "margin-right": "auto",
                                "margin": "var(--wp--custom--margin--block)"
                            }
                        },
                        {
                            "selector": " > .alignfull",
                            "rules": {
                                "width": "var(--wp--custom--width--full)",
                                "max-width": "100%",
                                "margin-left": "auto",
                                "margin-right": "auto",
                                "margin": "var(--wp--custom--margin--container)"
                            }
                        }
                    ],
                    "spacingStyles": [
                        {
                            "selector": " > *",
                            "rules": {
                                "margin-block-start": "revert",
                                "margin-block-end": "revert"
                            }
                        },
                        {
                            "selector": " > * + *",
                            "rules": {
                                "margin-block-start": "revert",
                                "margin-block-end": "revert"
                            }
                        }
                    ]
                },
                "flex": {
                    "name": "flex",
                    "slug": "flex",
                    "className": "is-layout-flex",
                    "displayMode": "flex",
                    "baseStyles": [
                        {
                            "selector": ".fse-primary",
                            "rules": {
                                "width": "var(--wp--custom--width--full)",
                                "max-width": "100%",
                                "margin-left": "auto",
                                "margin-right": "auto",
                                "margin": "var(--wp--custom--margin--container)",
                                "padding": ".75rem"
                            }
                        },

                        {
                            "selector": "",
                            "rules": {
                                "align-items": "flex-start",
                                "justify-content": "center;",
                                "clear": "both",
                                "float": "none",
                                "margin": "var(--wp--custom--margin--block)"
                            }
                        },
                        {
                            "selector": " > *",
                            "rules": {

                                "clear": "both",
                                "float": "none",
                                "margin": "0"
                            }
                        }
                    ],
                    "spacingStyles": [
                        {
                            "selector": "",
                            "rules": {
                                "gap": "var(--wp--custom--margin--gap)"
                            }
                        }
                    ]
                }
            }
        },
        "typography": {
            "lineHeight": true,
            "fontFamilies": [
                {
                    "fontFamily": "-apple-system,BlinkMacSystemFont,\"Segoe UI\",Roboto,Oxygen-Sans,Ubuntu,Cantarell,\"Helvetica Neue\",sans-serif",
                    "slug": "system-font",
                    "name": "System Font"
                },
                {
                    "fontFamily": "\"Hoefler Text\",\"Baskerville Old Face\",Garamond,\"Times New Roman\",serif",
                    "slug": "heading",
                    "name": "Heading"
                },
                {
                    "fontFamily": "\"Hoefler Text\",\"Baskerville Old Face\",Garamond,\"Times New Roman\",serif",
                    "slug": "serif",
                    "name": "Serif"
                },
                {
                    "fontFamily": "Menlo, Consolas, \"DejaVu Sans Mono\", monospace",
                    "slug": "monospace",
                    "name": "Monospace"
                },
                {
                    "fontFace": [
                        {
                            "fontDisplay": "swap",
                            "fontFamily": "Dancing Script",
                            "fontStretch": "normal",
                            "fontStyle": "normal",
                            "fontWeight": "400",
                            "src": [
                                "file:./fonts/Dancing_Script/DancingScript-VariableFont_wght.woff2",
                                "file:./fonts/Dancing_Script/DancingScript-VariableFont_wght.ttf"
                            ]
                        }
                    ],
                    "fontFamily": "\"Dancing Script\",\"Comic Sans MS\", cursive",
                    "slug": "dancing-script",
                    "name": "Handwriting"
                },
                {
                    "fontFamily": "\"Segoe UI\",\"Yu Gothic Medium\",\"YuGothic\",\"Hiragino Kaku Gothic Pro\",\"San Francisco\",Roboto, sans-serif",
                    "slug": "yu-gothic",
                    "name": "Yu Gothic"
                },
                {
                    "fontFace": [
                        {
                            "fontDisplay": "swap",
                            "fontFamily": "Rye",
                            "fontStretch": "normal",
                            "fontStyle": "normal",
                            "fontWeight": "400",
                            "src": [
                                "file:./fonts/Rye/Rye-Regular.woff",
                                "file:./fonts/Rye/Rye-Regular.ttf"
                            ]
                        }
                    ],
                    "fontFamily": "Rye,sans-serif",
                    "slug": "rye",
                    "name": "Rye"
                },
                {
                    "fontFace": [
                        {
                            "fontDisplay": "swap",
                            "fontFamily": "yomogi",
                            "fontStretch": "normal",
                            "fontStyle": "normal",
                            "fontWeight": "400",
                            "src": [
                                "file:./fonts/yomogi/Yomogi-Regular.woff2",
                                "file:./fonts/yomogi/Yomogi-Regular.ttf"
                            ]
                        }
                    ],
                    "fontFamily": "yomogi,\"Comic Sans MS\", cursive",
                    "slug": "yomogi",
                    "name": "Yomogi"
                }
            ],
            "fontSizes": [
                {
                    "slug": "small",
                    "size": "13px",
                    "name": "Small"
                },
                {
                    "slug": "normal",
                    "size": "16px",
                    "name": "Normal"
                },
                {
                    "slug": "large",
                    "size": "24px",
                    "name": "Large"
                },
                {
                    "slug": "extra-large",
                    "size": "32px",
                    "name": "Extra large"
                },
                {
                    "slug": "huge",
                    "size": "48px",
                    "name": "Huge"
                }
            ]
        },
        "spacing": {
            "blockGap": true,
            "padding": true,
            "margin": ["top", "bottom"],
            "units": ["px", "em", "rem", "%", "vh", "vw"],
            "spacingScale": {
                "unit": "rem",
                "increment": 0.75,
                "operator": "+",
                "steps": 4
            }
        },
        "border": {
            "color": true,
            "radius": true,
            "style": true,
            "width": true
        },
        "core/paragraph": {
            "color": {
                "custom": true,
                "palette": [
                    {
                        "name": "Black",
                        "slug": "emulsion-black",
                        "color": "#000000"
                    },
                    {
                        "name": "White",
                        "slug": "emulsion-white",
                        "color": "#ffffff"
                    },
                    {
                        "name": "Muted",
                        "slug": "emulsion-muted",
                        "color": "#ecf0f1"
                    },
                    {
                        "name": "Alert",
                        "slug": "emulsion-alert",
                        "color": "#ED4F32"
                    },
                    {
                        "name": "Warning",
                        "slug": "emulsion-warning",
                        "color": "#EDE04D"
                    },
                    {
                        "name": "Notice",
                        "slug": "emulsion-notice",
                        "color": "#4bb1cf"
                    }
                ]
            },
            "supports": {
                "anchor": true,
                "className": true,
                "gradients": []
            }
        },
        "core/template-part": {
            "color": {
                "custom": true,
                "palette": [{
                        "name": "Background dim 10%",
                        "slug": "emulsion-bg-dim-10",
                        "color": "rgba(0,0,0,.1)"
                    },
                    {
                        "name": "Background dim 20%",
                        "slug": "emulsion-bg-dim-20",
                        "color": "rgba(0,0,0,.2)"
                    },
                    {
                        "name": "Background dim 30%",
                        "slug": "emulsion-bg-dim-30",
                        "color": "rgba(0,0,0,.3)"
                    },
                    {
                        "name": "Background dim 40%",
                        "slug": "emulsion-bg-dim-30",
                        "color": "rgba(0,0,0,.4)"
                    },
                    {
                        "name": "Background dim 50%",
                        "slug": "emulsion-bg-dim-50",
                        "color": "rgba(0,0,0,.5)"
                    },
                    {
                        "name": "Background dim 60%",
                        "slug": "emulsion-bg-dim-60",
                        "color": "rgba(0,0,0,.6)"
                    }
                ]
            }
        },
        "core/post-terms": {
            "typography": {
                "fontSize": "var(--wp--preset--font-size--small)",
                "lineHeight": "1.5",
                "fontFamily": "var(--wp--preset--font-family--system-font)"
            }
        },
        "core/post-comments-link": {
            "typography": {
                "fontSize": "var(--wp--preset--font-size--small)",
                "lineHeight": "1.5",
                "fontFamily": "var(--wp--preset--font-family--system-font)"
            }
        }
    },
    "customTemplates": [
        {
            "name": "the-front-page",
            "title": "Front Page Example"
        },
        {
            "name": "the-blank",
            "title": "Blank No Header No Footer"
        }
    ],
    "templateParts": [
        {
            "name": "header",
            "area": "header",
            "title": "Site Title + Archive Title"
        },
        {
            "name": "header-singular",
            "area": "header",
            "title": "Header Singular"
        },
        {
            "name": "post-header",
            "area": "header",
            "title": "Post Title + Metadata"
        },
        {
            "name": "page-header",
            "area": "header",
            "title": "Page Title"
        },
        {
            "name": "header-rich",
            "area": "header",
            "title": "Site Title + Header Image"
        },
        {
            "name": "footer",
            "area": "footer",
            "title": "Footer"
        },
        {
            "name": "post-footer",
            "area": "footer",
            "title": "Post Footer"
        },
        {
            "name": "page-footer",
            "area": "footer",
            "title": "Page Footer"
        },
        {
            "name": "header-2col",
            "area": "header",
            "title": "Header 2col"
        }

    ],
    "styles": {
        "color": {
            "background": "var(--wp--preset--color--base)",
            "text": "var(--wp--preset--color--contrast)"
        },
        "typography": {
            "fontSize": "var(--wp--preset--font-size--normal)",
            "lineHeight": "var(--wp--custom--line-height--common)",
            "fontFamily": "var(--wp--preset--font-family--system-font)",
            "fontWeight": "var(--wp--custom--font-weight--common)"
        },
        "spacing": {
            "blockGap": "var(--wp--custom--margin--gap)",
            "padding": "0",
            "margin": "0"
        },
        "elements": {
            "link": {
                "color": {
                    "text": "var(--wp--preset--color--primary)"
                },
                ":hover": {
                    "color": {
                        "text": "var(--wp--preset--color--secondary)"
                    }
                }
            },
            "heading": {
                "typography": {
                    "lineHeight": "var(--wp--custom--line-height--heading,1.15)",
                    "textTransform": "var(--wp--custom--text-transform--heading)",
                    "fontWeight": "var(--wp--custom--font-weight--heading)"
                },
                "spacing": {
                    "margin": "var(--wp--custom--margin--block, 1.5rem auto)",
                    "padding": "0 var(--wp--custom--padding--content)"
                }
            },
            "h1": {
                "typography": {
                    "fontSize": "clamp(var(--wp--preset--font-size--extra-large), calc( 100vw / 72 * 3), var(--wp--preset--font-size--huge))",
                    "fontFamily": "var(--wp--preset--font-family--heading)"
                }
            },
            "h2": {
                "typography": {
                    "fontSize": "clamp(var(--wp--preset--font-size--large), calc( 100vw / 72 * 2), var(--wp--preset--font-size--extra-large) )",
                    "fontFamily": "var(--wp--preset--font-family--heading)"
                }
            },
            "h3": {
                "typography": {
                    "fontSize": "clamp(var(--wp--preset--font-size--normal), calc( 100vw / 72 * 1.5), var(--wp--preset--font-size--large))",
                    "fontFamily": "var(--wp--preset--font-family--system-font)"
                }
            },
            "h4": {
                "typography": {
                    "fontSize": "clamp(var(--wp--preset--font-size--normal), calc( 100vw / 72 * 1.5), var(--wp--preset--font-size--medium))",
                    "fontFamily": "var(--wp--preset--font-family--system-font)"
                }
            },
            "h5": {
                "typography": {
                    "fontSize": "var(--wp--preset--font-size--small)",
                    "fontFamily": "var(--wp--preset--font-family--system-font)"
                }
            },
            "h6": {
                "typography": {
                    "fontSize": "var(--wp--preset--font-size--small)",
                    "fontFamily": "var(--wp--preset--font-family--system-font)"
                }
            }
        },
        "blocks": {
            "core/site-title": {
                "elements": {
                    "link": {
                        "typography": {
                            "textDecoration": "none"
                        }
                    }
                },
                "typography": {
                    "fontSize": "var(--wp--preset--font-size--medium)"
                }
            },
            "core/post-title": {
                "elements": {
                    "link": {
                        "typography": {
                            "textDecoration": "none"
                        }
                    }
                }
            },
            "core/query": {
                "elements": {
                    "h2": {
                        "typography": {
                            "fontSize": "clamp(var(--wp--preset--font-size--large), calc( 100vw / 72 * 2), var(--wp--preset--font-size--extra-large) )",
                            "fontFamily": "var(--wp--preset--font-family--serif)"
                        }
                    }
                }
            },
            "core/comments-query-loop": {
                "spacing": {
                    "margin": "var(--wp--custom--margin--block, 1.5rem auto)",
                    "padding": "0 var(--wp--custom--padding--content)"
                }
            },
            "core/heading": {
                "spacing": {
                    "margin": "var(--wp--custom--margin--block, 1.5rem auto)",
                    "padding": "0 var(--wp--custom--padding--content)"
                },
                "typography": {
                    "lineHeight": "var(--wp--custom--line-height--heading)"
                }
            },
            "core/paragraph": {
                "typography": {
                    "fontSize": "clamp(14px, calc( 100vw / 72 * 1.5), 18px)",
                    "lineHeight": "var(--wp--custom--line-height--common,1.5)",
                    "textTransform": "var(--wp--custom--text-transform--common, none)"
                },
                "spacing": {
                    "margin": "var(--wp--custom--margin--block, 1.5rem auto)",
                    "padding": "0 var(--wp--custom--padding--content)"
                }
            },
            "core/list": {
                "spacing": {
                    "padding": "var(--wp--custom--padding--content) var(--wp--custom--padding--content) var(--wp--custom--padding--content) 40px"
                }
            },
            "core/post-date": {
                "description": "wp-block-post-author に影響する border",
                "spacing": {
                    "padding": "0 var(--wp--custom--padding--content)"
                }
            },
            "core/table-of-contents": {
                "color": {
                    "background": "var(--wp--custom--color--toc-bg)",
                    "text": "var(--wp--custom--color--button-text)"
                },
                "link": {
                    "color": "var(--wp--preset--color--primary)"
                },
                "border": {

                    "width": "var(--wp--custom--border--common-width)",
                    "style": "var(--wp--custom--border--common-style)",
                    "color": "var(--wp--custom--border--common-color)"
                },
                "elements": {
                    "link": {
                        "typography": {
                            "textDecoration": "none"
                        }
                    }
                }
            },
            "core/buttons": {
                "spacing": {
                    "margin": "var(--wp--custom--margin--block)!important",
                    "padding": "var(--wp--custom--padding--content)"
                }
            },
            "core/button": {
                "border": {
                    "radius": "var(--wp--custom--border--radius)"
                },
                "color": {
                    "background": "var(--wp--custom--color--button-bg)",
                    "text": "var(--wp--custom--color--button-text)"
                },
                "typography": {
                    "fontSize": "var(--wp--preset--font-size--medium)"
                }
            },
            "core/comments-pagination-next": {
                "spacing": {
                    "padding": "var(--wp--custom--padding--content)",
                    "margin": "0"
                },
                "color": {
                    "color": "var(--wp--custom--color--button-text)",
                    "background": "var(--wp--custom--color--button-bg)"
                },
                "typography": {
                    "textDecoration": "none"
                },
                "border": {
                    "border-radius": "var(--wp--custom--border--radius)"
                }
            },
            "core/comments-pagination-previous": {
                "spacing": {
                    "padding": "var(--wp--custom--padding--content)",
                    "margin": "0"
                },
                "color": {
                    "color": "var(--wp--custom--color--button-text)",
                    "background": "var(--wp--custom--color--button-bg)"
                },
                "typography": {
                    "textDecoration": "none"
                },
                "border": {
                    "border-radius": "var(--wp--custom--border--radius)"
                }
            },
            "core/comment-reply-link": {
                "spacing": {
                    "padding": "var(--wp--custom--padding--content)",
                    "margin": {
                        "left": "0!important"
                    }
                },
                "color": {
                    "color": "var(--wp--custom--color--button-text)",
                    "background": "var(--wp--custom--color--button-bg)"
                },
                "typography": {
                    "textDecoration": "none"
                },
                "border": {
                    "border-radius": "var(--wp--custom--border--radius)"
                }
            },
            "core/comment-edit-link": {
                "spacing": {
                    "padding": "var(--wp--custom--padding--content)",
                    "margin": {
                        "left": "0!important"
                    }
                },
                "color": {
                    "color": "var(--wp--custom--color--button-text)",
                    "background": "var(--wp--custom--color--button-bg)"
                },
                "typography": {
                    "textDecoration": "none"
                },
                "border": {
                    "border-radius": "var(--wp--custom--border--radius)"
                }
            },
            "core/wp-block-button__link": {
                "spacing": {
                    "padding": "var(--wp--custom--padding--content)",
                    "margin": {
                        "left": "0!important"
                    }
                },
                "color": {
                    "color": "var(--wp--custom--color--button-text)",
                    "background": "var(--wp--custom--color--button-bg)"
                },
                "typography": {
                    "textDecoration": "none"
                },
                "border": {
                    "border-radius": "var(--wp--custom--border--radius)"
                }
            },
            "core/file": {
                "spacing": {
                    "padding": "var(--wp--custom--padding--content)",
                    "margin": "var(--wp--custom--margin--block)"
                },
                "elements": {
                    "link": {
                        "spacing": {
                            "padding": "var(--wp--custom--padding--content)",
                            "margin": "var(--wp--custom--margin--block)"
                        },
                        "color": {
                            "color": "var(--wp--custom--color--button-text)",
                            "background": "var(--wp--custom--color--button-bg)"
                        },
                        "typography": {
                            "textDecoration": "none"
                        },
                        "border": {
                            "border-radius": "var(--wp--custom--border--radius)"
                        }
                    }
                }
            },
            "core/post-navigation-link": {
                "spacing": {
                    "padding": "var(--wp--custom--padding--content)",
                    "margin": "var(--wp--custom--margin--block)"
                },
                "elements": {
                    "link": {
                        "spacing": {
                            "padding": "var(--wp--custom--padding--content)",
                            "margin": "0"
                        },
                        "color": {
                            "color": "var(--wp--custom--color--button-text)",
                            "background": "var(--wp--custom--color--button-bg)"
                        },
                        "typography": {
                            "textDecoration": "none"
                        },
                        "border": {
                            "border-radius": "var(--wp--custom--border--radius)"
                        }
                    }
                }
            },
            "core/loginout": {
                "spacing": {
                    "padding": "var(--wp--custom--padding--content)",
                    "margin": "var(--wp--custom--margin--block)"
                },
                "elements": {
                    "link": {
                        "spacing": {
                            "padding": "var(--wp--custom--padding--content)",
                            "margin": "var(--wp--custom--margin--block)"
                        },
                        "color": {
                            "color": "var(--wp--custom--color--button-text)",
                            "background": "var(--wp--custom--color--button-bg)"
                        },
                        "typography": {
                            "textDecoration": "none"
                        },
                        "border": {
                            "border-radius": "var(--wp--custom--border--radius)"
                        }
                    }
                }
            },
            "core/comments-pagination-numbers": {
                "elements": {
                    "link": {
                        "typography": {
                            "textDecoration": "none"
                        },
                        "spacing": {
                            "padding": "var(--wp--custom--padding--content)",
                            "margin": "0"
                        },
                        "color": {
                            "color": "var(--wp--custom--color--button-text)",
                            "background": "var(--wp--custom--color--button-bg)"
                        },
                        "border": {
                            "border-radius": "var(--wp--custom--border--radius)"
                        }
                    },
                    "span": {
                        "typography": {
                            "textDecoration": "none"
                        },
                        "spacing": {
                            "padding": "var(--wp--custom--padding--content)",
                            "margin": "0"
                        },
                        "color": {
                            "color": "var(--wp--custom--color--button-text)",
                            "background": "var(--wp--custom--color--button-bg)"
                        },
                        "border": {
                            "border-radius": "var(--wp--custom--border--radius)"
                        }
                    }
                }
            },
            "core/site-logo": {
                "spacing": {
                    "margin": "var(--wp--custom--margin--block, 1.5rem auto)",
                    "padding": "0 var(--wp--custom--padding--content)"
                }
            },
            "core/post-author-biography": {
                "spacing": {
                    "margin": "var(--wp--custom--margin--block, 1.5rem auto)",
                    "padding": "0 var(--wp--custom--padding--content)"
                }
            },
            "core/post-navigation-link": {
                "spacing": {
                    "margin": "var(--wp--custom--margin--block, 1.5rem auto)",
                    "padding": "0 var(--wp--custom--padding--content)"
                },
                "border": {
                    "width": "var(--wp--custom--border--common-width)",
                    "style": "var(--wp--custom--border--common-style)",
                    "color": "var(--wp--custom--border--common-color)"
                }
            },
            "core/table": {
                "typography": {
                    "fontSize": "var(--wp--preset--font-size--normal)",
                    "lineHeight": "var(--wp--custom--line-height--common,1.5)",
                    "textTransform": "var(--wp--custom--text-transform--common, none)"
                },
                "spacing": {
                    "margin": "var(--wp--custom--margin--block, 1.5rem auto)",
                    "padding": "0 var(--wp--custom--padding--content)"
                }
            },
            "core/quote": {
                "border": {
                    "left": {
                        "width": "var(--wp--custom--border--common-width)",
                        "style": "var(--wp--custom--border--common-style)",
                        "color": "currentColor"
                    }
                },
                "elements": {
                    "cite": {
                        "typography": {
                            "fontSize": "var(--wp--preset--font-size--small)",
                            "fontStyle": "normal"
                        }
                    }
                },
                "spacing": {
                    "padding": {
                        "left": "40px"
                    }
                }
            }
        }
    }
}
