{
    "$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": "#f8f8f8",
                    "name": "Section Background",
                    "slug": "section-bg"
                },
                {
                    "color": "#282f34",
                    "name": "Headings",
                    "slug": "heading"
                },
                {
                    "color": "#ef5f34",
                    "name": "Primary",
                    "slug": "primary"
                },
                {
                    "color": "#282f34",
                    "name": "Secondary",
                    "slug": "secondary"
                }
            ]
        },
        "typography": {
            "fontFamilies": [
                {
                    "fontFamily": "\"Titillium Web\", sans-serif",
                    "name": "Titillium Web",
                    "slug": "titillium-web",
                    "fontFace": [
                        {
                            "fontFamily": "Titillium Web",
                            "fontWeight": "400",
                            "fontStyle": "normal",
                            "fontStretch": "",
                            "src": [
                                "file:./assets/fonts/titillium/TitilliumWeb-Regular.ttf"
                            ]
                        },
                        {
                            "fontFamily": "Titillium Web",
                            "fontWeight": "600",
                            "fontStyle": "normal",
                            "fontStretch": "",
                            "src": [
                                "file:./assets/fonts/titillium/TitilliumWeb-SemiBold.ttf"
                            ]
                        },
                        {
                            "fontFamily": "Titillium Web",
                            "fontWeight": "700",
                            "fontStyle": "normal",
                            "fontStretch": "",
                            "src": [
                                "file:./assets/fonts/titillium/TitilliumWeb-Bold.ttf"
                            ]
                        }
                    ]
                }
            ],
            "fontSizes": [
                {
                    "name": "Body Text",
                    "slug": "body-text",
                    "size": "15px"
                },
                {
                    "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(2.063rem, 1.759rem + 1.518vw, 3.125rem)"
                },
                {
                    "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(3.75rem, 3.036rem + 3.571vw, 6.25rem);"
                }
            ],
            "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--titillium-web)",
            "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--titillium-web)",
                    "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"
		},
		{
			"name": "footer",
			"area": "footer"
		}
	]
}