{
    "$schema": "https://schemas.wp.org/wp/6.7/theme.json",
    "version": 3,
    "title": "Lite",
    "settings": {
        "layout": {
            "contentSize": "999px",
            "wideSize": "1280px"
        },
        "color": {
            "palette": [
                {
                    "color": "#fffdfd",
                    "name": "Base",
                    "slug": "base"
                },
                {
                    "color": "#6e6e6e",
                    "name": "Body Text",
                    "slug": "body-text"
                },
                {
                    "color": "#f6f6f6",
                    "name": "Section Background",
                    "slug": "section-bg"
                },
                {
                    "color": "#3A0F1A",
                    "name": "Headings",
                    "slug": "heading"
                },
                {
                    "color": "#DA2847",
                    "name": "Primary",
                    "slug": "primary"
                },
                {
                    "color": "#571420",
                    "name": "Secondary",
                    "slug": "secondary"
                }
            ]
        },
        "typography": {
            "fontFamilies": [
                {
                    "fontFamily": "\"Merienda\", sans-serif",
                    "name": "Merienda",
                    "slug": "merienda",
                    "fontFace": [
                        {
                            "fontFamily": "Merienda",
                            "fontWeight": "400",
                            "fontStyle": "normal",
                            "src": [
                                "file:./assets/fonts/Merienda-Regular.woff2"
                            ]
                        },
                        {
                            "fontFamily": "Merienda",
                            "fontWeight": "500",
                            "fontStyle": "normal",
                            "src": [
                                "file:./assets/fonts/Merienda-Medium.woff2"
                            ]
                        },
                        {
                            "fontFamily": "Merienda",
                            "fontWeight": "600",
                            "fontStyle": "normal",
                            "src": [
                                "file:./assets/fonts/Merienda-SemiBold.woff2"
                            ]
                        },
                        {
                            "fontFamily": "Merienda",
                            "fontWeight": "700",
                            "fontStyle": "normal",
                            "src": [
                                "file:./assets/fonts/Merienda-Bold.woff2"
                            ]
                        }
                    ]
                },
                {
                    "fontFamily": "\"Open Sans\", sans-serif",
                    "name": "Open Sans",
                    "slug": "open-sans",
                    "fontFace": [
                        {
                            "fontFamily": "Open Sans",
                            "fontWeight": "400",
                            "fontStyle": "normal",
                            "src": [
                                "file:./assets/fonts/OpenSans-Regular.woff2"
                            ]
                        },
                        {
                            "fontFamily": "Open Sans",
                            "fontWeight": "500",
                            "fontStyle": "normal",
                            "src": [
                                "file:./assets/fonts/OpenSans-Medium.woff2"
                            ]
                        },
                        {
                            "fontFamily": "Open Sans",
                            "fontWeight": "700",
                            "fontStyle": "normal",
                            "src": [
                                "file:./assets/fonts/OpenSans-Bold.woff2"
                            ]
                        }
                    ]
                }
            ],
            "fontSizes": [
                {
                    "name": "Body Text",
                    "slug": "body-text",
                    "size": "1rem"
                },
                {
                    "name": "Small",
                    "slug": "small",
                    "size": "0.875rem"
                },
                {
                    "name": "Medium",
                    "slug": "medium",
                    "size": "1.125rem"
                },
                {
                    "name": "Regular",
                    "slug": "regular",
                    "size": "1.375rem"
                },
                {
                    "name": "Large",
                    "slug": "large",
                    "size": "1.625rem"
                },
                {
                    "name": "Extra Large",
                    "slug": "extra-large",
                    "size": "2rem"
                },
                {
                    "name": "Big",
                    "slug": "big",
                    "size": "clamp(33px, calc(2.0625rem + ((1vw - 3.2px) * 2.0625)), 66px);"
                },
                {
                    "name": "Huge",
                    "slug": "huge",
                    "size": "clamp(40px, calc(2.25rem + ((1vw - 3.2px) * 2.375)), 74px);"
                },
                {
                    "name": "Gigantic",
                    "slug": "gigantic",
                    "size": "clamp(42px, calc(2.625rem + ((1vw - 3.2px) * 2.75)), 86px);"
                },
                {
                    "name": "Banner Title",
                    "slug": "banner-title",
                    "size": "clamp(2.875rem, 2.25rem + 3.125vw, 5.375rem)"
                },
                {
                    "name": "Section Title",
                    "slug": "section-title",
                    "size": "clamp(2.375rem, 2.25rem + 0.625vw, 2.875rem)"
                }
            ],
            "fontWeight": true,
            "lineHeight": true
        },
        "appearanceTools": true,
        "useRootPaddingAwareAlignments": true,
        "spacing": {
            "padding": true,
            "margin": true,
            "blockGap": true,
            "units": [
                "px",
                "%",
                "em",
                "rem",
                "vh",
                "vw"
            ]
        }
    },
    "styles": {
        "blocks": {
            "core/site-title": {
                "typography": {
                    "fontSize": "clamp(1.8rem, 1.5rem + 1.5vw, 3rem)",
                    "fontWeight": "700",
                    "lineHeight": "1",
                    "letterSpacing": "1px"
                },
                "elements": {
                    "link": {
                        "color": {
                            "text": "var(--wp--preset--color--secondary)"
                        },
                        ":hover": {
                            "color": {
                                "text": "var(--wp--preset--color--primary)"
                            }
                        },
                        "typography": {
                            "textDecoration": "none",
                            "textTransform": "capitalize"
                        }
                    }
                }
            },
            "core/navigation": {
                "typography": {
                    "fontFamily": "var(--wp--preset--font-family--open-sans)",
                    "fontSize": "14px",
                    "fontWeight": "500",
                    "letterSpacing": "1px"
                },
                "elements": {
                    "link": {
                        "color": {
                            "text": "var(--wp--preset--color--secondary)"
                        },
                        ":hover": {
                            "color": {
                                "text": "var(--wp--preset--color--primary)"
                            }
                        },
                        ":focus": {
                            "color": {
                                "text": "var(--wp--preset--color--primary)"
                            },
                            "outline": {
                                "width": "1px",
                                "style": "dotted"
                            }
                        }
                    }
                }
            }
        },
        "typography": {
            "fontFamily": "var(--wp--preset--font-family--open-sans)",
            "fontSize": "var(--wp--preset--font-size--body-text)",
            "fontWeight": "400",
            "lineHeight": "1.5rem"
        },
        "color": {
            "text": "var(--wp--preset--color--body-text)",
            "background": "var(--wp--preset--color--base)"
        },
        "spacing": {
            "margin": {
                "top": "0",
                "bottom": "0",
                "right": "0",
                "left": "0"
            },
            "padding": {
                "top": "0",
                "bottom": "0",
                "right": "0",
                "left": "0"
            }
        },
        "elements": {
            "heading": {
                "typography": {
                    "fontFamily": "var(--wp--preset--font-family--merienda)",
                    "fontWeight": "500"
                },
                "color": {
                    "text": "var(--wp--preset--color--heading)"
                }
            },
            "h1": {
                "typography": {
                    "fontSize": "46px",
                    "lineHeight": "1.5"
                }
            },
            "h2": {
                "typography": {
                    "fontSize": "36px",
                    "lineHeight": "1.3"
                }
            },
            "h3": {
                "typography": {
                    "fontSize": "28px"
                }
            },
            "h4": {
                "typography": {
                    "fontSize": "22px"
                }
            },
            "h5": {
                "typography": {
                    "fontSize": "18px"
                }
            },
            "h6": {
                "typography": {
                    "fontSize": "16px"
                }
            },
            "link": {
                "color": {
                    "text": "var(--wp--preset--color--heading)"
                },
                ":hover": {
                    "color": {
                        "text": "var(--wp--preset--color--primary)"
                    }
                },
                ":focus": {
                    "color": {
                        "text": "var(--wp--preset--color--primary)"
                    },
                    "outline": {
                        "width": "1px",
                        "style": "dotted"
                    }
                }
            },
            "button": {
                "color": {
                    "background": "var(--wp--preset--color--primary)",
                    "text": "var(--wp--preset--color--white)"
                },
                ":hover": {
                    "color": {
                        "background": "var(--wp--preset--color--secondary)",
                        "text": "var(--wp--preset--color--white)"
                    }
                }
            }
        }
    },
    "templateParts": [
        {
            "name": "header",
            "area": "header"
        },
        {
            "name": "footer",
            "area": "footer"
        }
    ]
}