{
    "$schema": "https://schemas.wp.org/trunk/theme.json",
    "version": 2,
    "title": "Lite",
    "settings": {
        "layout": {
            "contentSize": "999px",
            "wideSize": "1170px"
        },
        "color": {
            "palette": [
                {
                    "color": "#fbfbfb",
                    "name": "Base",
                    "slug": "base"
                },
                {
                    "color": "#616161",
                    "name": "Body Text",
                    "slug": "body-text"
                },
                {
                    "color": "#f9f9f9",
                    "name": "Section Background",
                    "slug": "section-bg"
                },
                {
                    "color": "#111110",
                    "name": "Headings",
                    "slug": "heading"
                },
                {
                    "color": "#de9e53",
                    "name": "Primary",
                    "slug": "primary"
                },
                {
                    "color": "#111111",
                    "name": "Secondary",
                    "slug": "secondary"
                }
            ]
        },
        "typography": {
            "fontFamilies": [
                {
                    "fontFamily": "\"Outfit\", sans-serif",
                    "name": "Outfit",
                    "slug": "outfit",
                    "fontFace": [
                        {
                            "fontFamily": "Outfit",
                            "fontWeight": "400",
                            "fontStyle": "normal",
                            "fontStretch": "",
                            "src": [
                                "file:./assets/fonts/Outfit/static/Outfit-Regular.ttf"
                            ]
                        },
                        {
                            "fontFamily": "Outfit",
                            "fontWeight": "500",
                            "fontStyle": "normal",
                            "fontStretch": "",
                            "src": [
                                "file:./assets/fonts/Outfit/static/Outfit-Medium.ttf"
                            ]
                        },
                        {
                            "fontFamily": "Outfit",
                            "fontWeight": "600",
                            "fontStyle": "normal",
                            "fontStretch": "",
                            "src": [
                                "file:./assets/fonts/Outfit/static/Outfit-SemiBold.ttf"
                            ]
                        },
                        {
                            "fontFamily": "Outfit",
                            "fontWeight": "700",
                            "fontStyle": "normal",
                            "fontStretch": "",
                            "src": [
                                "file:./assets/fonts/Outfit/static/Outfit-Bold.ttf"
                            ]
                        }
                    ]
                }
            ],
            "fontSizes": [
                {
                    "name": "Body Text",
                    "slug": "body-text",
                    "size": "17px"
                },
                {
                    "name": "Extra Small",
                    "slug": "extra-small",
                    "size": "14px"
                },
                {
                    "name": "Small",
                    "slug": "small",
                    "size": "16px"
                },
                {
                    "name": "Medium",
                    "slug": "medium",
                    "size": "18px"
                },
                {
                    "name": "Regular",
                    "slug": "regular",
                    "size": "22px"
                },
                {
                    "name": "Large",
                    "slug": "large",
                    "size": "26px"
                },
                {
                    "name": "Extra Large",
                    "slug": "extra-large",
                    "size": "32px"
                },
                {
                    "name": "Big",
                    "slug": "big",
                    "size": "clamp(1.875rem, 1.725rem + 0.75vw, 2.625rem);"
                },
                {
                    "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(2rem, 1.6rem + 2vw, 4rem);"
                }
            ],
            "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.875rem, 1.661rem + 1.071vw, 2.625rem);",
                    "fontWeight": "700",
                    "lineHeight": "1.2"
                },
                "elements": {
                    "link": {
                        "color": {
                            "text": "var(--wp--preset--color--white);"
                        },
                        "typography": {
                            "textDecoration": "none"
                        }
                    }
                }
            },
            "core/navigation": {
                "typography": {
                    "fontWeight": "600",
                    "letterSpacing": "2px"
                },
                "color": {
                    "text": "var(--wp--preset--color--white);"
                },
                "elements": {
                    "link": {
                        ":hover": {
                            "color": {
                                "text": "var(--wp--preset--color--primary);"
                            }
                        },
                        ":focus": {
                            "color": {
                                "text": "var(--wp--preset--color--primary);"
                            }
                        },
                        ":active": {
                            "color": {
                                "text": "var(--wp--preset--color--primary);"
                            }
                        }
                    }
                }
            }
        },
        "typography": {
            "fontFamily": "var(--wp--preset--font-family--outfit)",
            "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--outfit)",
                    "fontWeight": "600"
                },
                "color": {
                    "text": "var(--wp--preset--color--heading)"
                }
            },
            "h1": {
                "typography": {
                    "fontSize": "50px",
                    "lineHeight": "1.5"
                }
            },
            "h2": {
                "typography": {
                    "fontSize": "44px",
                    "lineHeight": "1.3"
                }
            },
            "h3": {
                "typography": {
                    "fontSize": "28px"
                }
            },
            "h4": {
                "typography": {
                    "fontSize": "25px"
                }
            },
            "h5": {
                "typography": {
                    "fontSize": "22px"
                }
            },
            "h6": {
                "typography": {
                    "fontSize": "18px"
                }
            },
            "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",
            "title": "Header"
        },
        {
            "name": "footer",
            "area": "footer",
            "title": "Footer"
        },
        {
            "name": "sidebar",
            "area": "uncategorized",
            "title": "Sidebar"
        }
    ],
    "customTemplates": [
        {
            "name": "blog-grid-layout",
            "postTypes": ["page"],
            "title": "Grid Layout(Archieve posts)"
        },
        {
            "name": "blog-left-sidebar",
            "postTypes": ["page"],
            "title": "Left Sidebar(Archieve posts)"
        },
        {
            "name": "blog-right-sidebar",
            "postTypes": ["page"],
            "title": "Right Sidebar(Archieve posts)"
        },
        {
            "name": "page-left-sidebar",
            "postTypes": ["page"],
            "title": "Page Left Sidebar"
        },
        {
            "name": "page-right-sidebar",
            "postTypes": ["page"],
            "title": "Page Right Sidebar"
        }
    ]
}