{
    "$schema": "https://schemas.wp.org/wp/6.7/theme.json",
    "version": 3,
    "title": "Lite",
    "settings": {
        "layout": {
            "contentSize": "990px",
            "wideSize": "1170px"
        },
        "color": {
            "palette": [
                {
                    "color": "#fefefe",
                    "name": "Base",
                    "slug": "base"
                },
                {
                    "color": "#555555",
                    "name": "Body Text",
                    "slug": "body-text"
                },
                {
                    "color": "#f8f8f8",
                    "name": "Section Background",
                    "slug": "section-bg"
                },
                {
                    "color": "#253743",
                    "name": "Headings",
                    "slug": "heading"
                },
                {
                    "color": "#387478",
                    "name": "Primary",
                    "slug": "primary"
                },
                {
                    "color": "#243642",
                    "name": "Secondary",
                    "slug": "secondary"
                }
            ]
        },
        "typography": {
            "fontFamilies": [
                {
                    "fontFamily": "\"Fira Sans Condensed\", sans serif",
                    "name": "Fira Sans Condensed",
                    "slug": "fira-sans-condensed-font",
                    "fontFace": [
                        {
                            "fontFamily": "Fira Sans Condensed",
                            "fontWeight": "400",
                            "fontStyle": "normal",
                            "fontStretch": "",
                            "src": [
                                "file:./assets/fonts/FiraSansCondensed-Regular.woff2"
                            ]
                        },
                        {
                            "fontFamily": "Fira Sans Condensed",
                            "fontWeight": "500",
                            "fontStyle": "normal",
                            "fontStretch": "",
                            "src": [
                                "file:./assets/fonts/FiraSansCondensed-Medium.woff2"
                            ]
                        },
                        {
                            "fontFamily": "Fira Sans Condensed",
                            "fontWeight": "600",
                            "fontStyle": "normal",
                            "fontStretch": "",
                            "src": [
                                "file:./assets/fonts/FiraSansCondensed-SemiBold.woff2"
                            ]
                        },
                        {
                            "fontFamily": "Fira Sans Condensed",
                            "fontWeight": "700",
                            "fontStyle": "normal",
                            "fontStretch": "",
                            "src": [
                                "file:./assets/fonts/FiraSansCondensed-Bold.woff2"
                            ]
                        }
                    ]
                }                
            ],
            "fontSizes": [
                {
                    "name": "Body Text",
                    "slug": "body-text",
                    "size": "15px"
                },
                {
                    "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(2.375rem, 2.125rem + 1.25vw, 3.25rem)"
                },
                {
                    "name": "Section Title",
                    "slug": "section-title",
                    "size": "clamp(2rem, 1.667rem + 1.667vi, 3rem)"
                }
            ],
            "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": {
                    "fontFamily": "var(--wp--preset--font-family--fira-sans-condensed-font)",
                    "fontSize": "32px",
                    "fontWeight": "700",
                    "lineHeight": "1.2"
                },
                "elements": {
                    "link": {
                        "color": {
                            "text": "var(--wp--preset--color--white);"
                        },
                        "typography": {
                            "textDecoration": "none",
                            "textTransform": "uppercase"
                        }
                    }
                }
            },
            "core/navigation": {
                "typography": {
                    "fontSize": "15px",
                    "fontWeight": "500",
                    "letterSpacing": "2px"
                },
                "color": {
                    "text": "var(--wp--preset--color--secondary);"
                },
                "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--fira-sans-condensed-font)",
            "fontSize": "var(--wp--preset--font-size--body-text)",
            "fontWeight": "400",
            "lineHeight": "1.625rem"
        },
        "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--fira-sans-condensed-font)",
                    "fontWeight": "700"
                },
                "color": {
                    "text": "var(--wp--preset--color--heading)"
                }
            },
            "h1": {
                "typography": {
                    "fontSize": "45px",
                    "lineHeight": "1.5"
                }
            },
            "h2": {
                "typography": {
                    "fontSize": "40px",
                    "lineHeight": "1.3"
                }
            },
            "h3": {
                "typography": {
                    "fontSize": "24px"
                }
            },
            "h4": {
                "typography": {
                    "fontSize": "22px"
                }
            },
            "h5": {
                "typography": {
                    "fontSize": "20px"
                }
            },
            "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"
		}
	]
}