{
    "$schema": "https://schemas.wp.org/trunk/theme.json",
    "version": 2,
    "settings": {
        "layout": {
            "contentSize": "1232px",
            "wideSize": "1440px"
        },
        "spacing": {
            "margin": false,
            "padding": true,
            "blockGap": null,
            "units": [
                "px",
                "em",
                "rem",
                "vh",
                "vw"
            ]
        },
        "color": {
            "palette": [
                {
                    "slug": "primary",
                    "color": "#007FFF",
                    "name": "Primary"
                },
                {
                    "slug": "primary-light",
                    "color": "#69aeff",
                    "name": "Primary Light"
                },
                {
                    "slug": "$secondary",
                    "color": "#171740",
                    "name": "Secondary"
                },
                {
                    "slug": "secondary-bg",
                    "color": "#fafaff",
                    "name": "Secondary Bg"
                },
                {
                    "slug": "white",
                    "color": "#fff",
                    "name": "White"
                },
                {
                    "slug": "transparent",
                    "color": "transparent",
                    "name": "Transparent"
                },
                {
                    "slug": "placeholder-color",
                    "color": "#5d5dc5",
                    "name": "Placeholder Color"
                },
                {
                    "slug": "error-color",
                    "color": "#dc3232",
                    "name": "Error Color"
                },
                {
                    "slug": "body-color",
                    "color": "#242464",
                    "name": "Body Color"
                },
                {
                    "slug": "link",
                    "color": "#5555FF",
                    "name": "Link"
                }
            ]
        },
        "typography": {
            "lineHeight": true,
            "fluid": true,
            "fontFamilies": [
                {
                    "fontFamily": "'Inter', sans-serif",
                    "slug": "system-font",
                    "name": "System Font"
                }
            ],
            "fontSizes": [
                {
                    "slug": "normal",
                    "size": "18px",
                    "name": "normal"
                },
                {
                    "slug": "heading-1",
                    "size": "calc(40px + (64 - 40) * ((100vw - 360px) / (1440 - 360)))",
                    "name": "H1",
                    "fluid": {
                        "min": "40px",
                        "max": "64px"
                    }
                },
                {
                    "slug": "heading-2",
                    "size": "calc(32px + (40 - 32) * ((100vw - 360px) / (1440 - 360)))",
                    "name": "H2",
                    "fluid": {
                        "min": "32px",
                        "max": "40px"
                    }
                },
                {
                    "slug": "heading-3",
                    "size": "24px",
                    "name": "H3"
                },
                {
                    "slug": "heading-4",
                    "size": "20px",
                    "name": "H4"
                },
                {
                    "slug": "heading-5",
                    "size": "18px",
                    "name": "H5"
                },
                {
                    "slug": "heading-6",
                    "size": "14px",
                    "name": "H6"
                }
            ]
        }
    },
    "styles": {
        "color": {
            "background": "var(--wp--preset--color--secondary-bg)",
            "text": "var(--wp--preset--color--secondary)"
        },
        "elements": {
            "link": {
                "color": {
                    "text": "var(--wp--preset--color--body-color)"
                },
                "typography": {
                    "textDecoration": "underline",
                    "fontWeight": "400",
                    "fontStyle": "normal"
                },
                ":hover": {
                    "color": {
                        "text": "red"
                    },
                    "typography": {
                        "textDecoration": "none"
                    }
                }
            },
            "h1": {
                "typography": {
                    "fontSize": "var(--wp--preset--font-size--heading-1)",
                    "fontStyle": "normal",
                    "fontWeight": "600",
                    "lineHeight": "calc(40px + (72 - 40) * ((100vw - 360px) / (1440 - 360)))"
                },
                "color": {
                    "text": "var(--wp--preset--color--secondary)"
                },
                "spacing": {
                    "margin": {
                        "top": "0px",
                        "bottom": "calc(24px + (32 - 24) * ((100vw - 360px) / (1440 - 360)))"
                    }
                }
            },
            "h2": {
                "typography": {
                    "fontSize": "var(--wp--preset--font-size--heading-2)",
                    "fontStyle": "normal",
                    "fontWeight": "600",
                    "lineHeight": "calc(40px + (48 - 40) * ((100vw - 360px) / (1440 - 360)))"
                },
                "color": {
                    "text": "var(--wp--preset--color--secondary)"
                },
                "spacing": {
                    "margin": {
                        "top": "0px",
                        "bottom": "calc(16px + (32 - 16) * ((100vw - 360px) / (1440 - 360)))"
                    }
                }
            },
            "h3": {
                "typography": {
                    "fontSize": "var(--wp--preset--font-size--heading-3)",
                    "fontStyle": "normal",
                    "fontWeight": "600",
                    "lineHeight": "32px"
                },
                "color": {
                    "text": "var(--wp--preset--color--secondary)"
                },
                "spacing": {
                    "margin": {
                        "top": "0px",
                        "bottom": "0px"
                    }
                }
            },
            "h4": {
                "typography": {
                    "fontSize": "var(--wp--preset--font-size--heading-4)",
                    "fontStyle": "normal",
                    "fontWeight": "600",
                    "lineHeight": "26px"
                },
                "color": {
                    "text": "var(--wp--preset--color--secondary)"
                },
                "spacing": {
                    "margin": {
                        "top": "0px",
                        "bottom": "0px"
                    }
                }
            },
            "h5": {
                "typography": {
                    "fontSize": "var(--wp--preset--font-size--heading-5)",
                    "fontStyle": "normal",
                    "fontWeight": "600",
                    "lineHeight": "24px"
                },
                "color": {
                    "text": "var(--wp--preset--color--secondary)"
                },
                "spacing": {
                    "margin": {
                        "top": "0px",
                        "bottom": "0px"
                    }
                }
            },
            "h6": {
                "typography": {
                    "fontSize": "var(--wp--preset--font-size--heading-6)",
                    "fontStyle": "normal",
                    "fontWeight": "400",
                    "lineHeight": "18px",
                    "letterSpacing": "0"
                },
                "color": {
                    "text": "var(--wp--preset--color--secondary)"
                },
                "spacing": {
                    "margin": {
                        "top": "0px",
                        "bottom": "0px"
                    }
                }
            }
        },
        "blocks": {
            "core/button": {
                "border": {
                    "radius": "8px",
                    "width": "0"
                },
                "color": {
                    "background": "var(--wp--preset--color--primary)",
                    "text": "var(--wp--preset--color--white)"
                },
                "typography": {
                    "fontSize": "var(--wp--preset--font-size--heading-5)",
                    "lineHeight": "24px",
                    "fontWeight": "600",
                    "fontFamily": "var(--wp--preset--font-family--system-font)"
                },
                "spacing": {
                    "padding": {
                        "left": "32px",
                        "right": "32px",
                        "top": "16px",
                        "bottom": "16px"
                    }
                }
            },
            "core/paragraph": {
                "spacing": {
                    "margin": {
                        "bottom": "10px"
                    }
                }
            }
        },
        "typography": {
            "fontSize": "var(--wp--preset--font-size--system)",
            "fontFamily": "var(--wp--preset--font-family--system-font)",
            "lineHeight": "normal"
        }
    }
}