{
    "$schema": "https://schemas.wp.org/wp/6.5/theme.json",
    "version": 2,
    "title": "Aero FSE",
    "settings": {
        "appearanceTools": true,
        "useRootPaddingAwareAlignments": true,
        "border": {
            "color": true,
            "radius": true,
            "style": true,
            "width": true
        },
        "color": {
            "background": true,
            "text": true,
            "link": true,
            "custom": true,
            "customDuotone": true,
            "customGradient": true,
            "defaultDuotone": true,
            "defaultGradients": true,
            "defaultPalette": false,
            "palette": [
                {
                    "color": "#FFEB3B",
                    "name": "Primary / Active",
                    "slug": "primary-active"
                },
                {
                    "color": "#FFEB3B",
                    "name": "Primary",
                    "slug": "primary-color"
                },
                {
                    "color": "#15191C",
                    "name": "Neutral / 950",
                    "slug": "neutral-950"
                },
                {
                    "color": "#24272b",
                    "name": "Neutral / 800",
                    "slug": "neutral-800"
                },
                {
                    "color": "#4F4E49",
                    "name": "Neutral / 600",
                    "slug": "neutral-600"
                },
                {
                    "color": "#D7D3C3",
                    "name": "Neutral / 400",
                    "slug": "neutral-400"
                },
                {
                    "color": "#F3F2EF",
                    "name": "Neutral / 200",
                    "slug": "neutral-200"
                },
                {
                    "color": "#FFFFFF",
                    "name": "Neutral / 0",
                    "slug": "neutral-0"
                },
                {
                    "name": "Transparent",
                    "slug": "transparent",
                    "color": "transparent"
                },
                {
                    "name": "Current",
                    "slug": "current",
                    "color": "currentcolor"
                },
                {
                    "name": "Inherit",
                    "slug": "inherit",
                    "color": "inherit"
                }
            ]
        },
        "dimensions": {
            "minHeight": true
        },
        "layout": {
            "contentSize": "min(calc(100% - var(--wp--preset--spacing--xl,4rem)), 720px)",
            "wideSize": "min(calc(100% - var(--wp--preset--spacing--xl,4rem)), 1280px)"
        },
        "position": {
            "sticky": true
        },
        "spacing": {
            "blockGap": true,
            "margin": true,
            "padding": true,
            "customSpacingSize": true,
            "units": [
                "%",
                "px",
                "em",
                "rem",
                "vh",
                "vw"
            ],
            "spacingScale": {
                "operator": "*",
                "increment": 0,
                "steps": 0,
                "mediumStep": 0,
                "unit": "px"
            },
            "spacingSizes": [
                {
                    "name": "2X Small",
                    "size": "0.5rem",
                    "slug": "2-x-small"
                },
                {
                    "name": "Extra Small",
                    "size": "1rem",
                    "slug": "x-small"
                },
                {
                    "name": "Small",
                    "size": "1.5rem",
                    "slug": "small"
                },
                {
                    "name": "Medium",
                    "size": "2rem",
                    "slug": "medium"
                },
                {
                    "name": "Large",
                    "size": "3rem",
                    "slug": "large"
                },
                {
                    "name": "Extra Large",
                    "size": "4rem",
                    "slug": "x-large"
                },
                {
                    "name": "2X Large",
                    "size": "6rem",
                    "slug": "2-x-large"
                }
            ]
        },
        "typography": {
            "letterSpacing": true,
            "lineHeight": true,
            "textColumns": true,
            "writingMode": true,
            "fluid": true,
            "fontFamilies": [
                {
                    "fontFace": [
                        {
                            "fontFamily": "Inter",
                            "fontStretch": "normal",
                            "fontStyle": "normal",
                            "fontWeight": "300 900",
                            "src": [
                                "file:./assets/fonts/inter/Inter-VariableFont_slnt,wght.woff2"
                            ]
                        }
                    ],
                    "fontFamily": "\"Inter\", sans-serif",
                    "name": "Inter",
                    "slug": "inter"
                },
                {
                    "fontFace": [
                        {
                            "fontFamily": "Lora",
                            "fontStyle": "normal",
                            "fontWeight": "400",
                            "src": [
                                "file:./assets/fonts/lora/Lora-Regular.woff2"
                            ]
                        },
                        {
                            "fontFamily": "Lora",
                            "fontStyle": "italic",
                            "fontWeight": "400",
                            "src": [
                                "file:./assets/fonts/lora/Lora-Italic.woff2"
                            ]
                        },
                        {
                            "fontFamily": "Lora",
                            "fontStyle": "normal",
                            "fontWeight": "500",
                            "src": [
                                "file:./assets/fonts/lora/Lora-Medium.woff2"
                            ]
                        },
                        {
                            "fontFamily": "Lora",
                            "fontStyle": "italic",
                            "fontWeight": "500",
                            "src": [
                                "file:./assets/fonts/lora/Lora-MediumItalic.woff2"
                            ]
                        },
                        {
                            "fontFamily": "Lora",
                            "fontStyle": "normal",
                            "fontWeight": "600",
                            "src": [
                                "file:./assets/fonts/lora/Lora-SemiBold.woff2"
                            ]
                        },
                        {
                            "fontFamily": "Lora",
                            "fontStyle": "italic",
                            "fontWeight": "600",
                            "src": [
                                "file:./assets/fonts/lora/Lora-SemiBoldItalic.woff2"
                            ]
                        },
                        {
                            "fontFamily": "Lora",
                            "fontStyle": "normal",
                            "fontWeight": "700",
                            "src": [
                                "file:./assets/fonts/lora/Lora-Bold.woff2"
                            ]
                        },
                        {
                            "fontFamily": "Lora",
                            "fontStyle": "italic",
                            "fontWeight": "700",
                            "src": [
                                "file:./assets/fonts/lora/Lora-BoldItalic.woff2"
                            ]
                        }
                    ],
                    "fontFamily": "\"Lora\", serif",
                    "name": "Lora",
                    "slug": "lora"
                },
                {
                    "fontFace": [
                        {
                            "fontFamily": "Fira Code",
                            "fontStyle": "normal",
                            "fontStretch": "normal",
                            "fontDisplay": "swap",
                            "fontWeight": "300 700",
                            "src": [
                                "file:./assets/fonts/fira-code/fira-code.woff2"
                            ]
                        }
                    ],
                    "fontFamily": "\"Fira Code\", monospace",
                    "name": "Fira Code",
                    "slug": "fira-code"
                },
                {
                    "fontFamily": "-apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif",
                    "name": "System Sans-serif",
                    "slug": "system-sans-serif"
                },
                {
                    "fontFamily": "Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid Serif, Times, Source Serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol",
                    "name": "System Serif",
                    "slug": "system-serif"
                }
            ],
            "fontSizes": [
                {
                    "fluid": false,
                    "name": "Inherit",
                    "slug": "inherit",
                    "size": "inherit"
                },
                {
                    "fluid": false,
                    "name": "Extra Small",
                    "size": "0.75rem",
                    "slug": "x-small"
                },
                {
                    "fluid": false,
                    "name": "Small",
                    "size": "0.875rem",
                    "slug": "small"
                },
                {
                    "fluid": false,
                    "name": "Base",
                    "size": "1rem",
                    "slug": "base"
                },
                {
                    "fluid": {
                        "min": "1rem",
                        "max": "1.125rem"
                    },
                    "name": "Large",
                    "size": "1.125rem",
                    "slug": "large"
                },
                {
                    "fluid": {
                        "min": "1.125rem",
                        "max": "1.25rem"
                    },
                    "name": "Extra Large",
                    "size": "1.25rem",
                    "slug": "x-large"
                },
                {
                    "fluid": {
                        "min": "1.25rem",
                        "max": "1.5rem"
                    },
                    "name": "2X Large",
                    "size": "1.5rem",
                    "slug": "2-x-large"
                },
                {
                    "fluid": {
                        "min": "1.5rem",
                        "max": "1.875rem"
                    },
                    "name": "3X Large",
                    "size": "1.875rem",
                    "slug": "3-x-large"
                },
                {
                    "fluid": {
                        "min": "1.875rem",
                        "max": "2.25rem"
                    },
                    "name": "4X Large",
                    "size": "2.25rem",
                    "slug": "4-x-large"
                },
                {
                    "fluid": {
                        "min": "2.25rem",
                        "max": "3rem"
                    },
                    "name": "5X Large",
                    "size": "3rem",
                    "slug": "5-x-large"
                },
                {
                    "fluid": {
                        "min": "3rem",
                        "max": "3.75rem"
                    },
                    "name": "6X Large",
                    "size": "3.75rem",
                    "slug": "6-x-large"
                },
                {
                    "fluid": {
                        "min": "3.75rem",
                        "max": "4.5rem"
                    },
                    "name": "7X Large",
                    "size": "4.5rem",
                    "slug": "7-x-large"
                },
                {
                    "fluid": {
                        "min": "4.5rem",
                        "max": "6rem"
                    },
                    "name": "8X Large",
                    "size": "6rem",
                    "slug": "8-x-large"
                },
                {
                    "fluid": {
                        "min": "6rem",
                        "max": "8rem"
                    },
                    "name": "9X Large",
                    "size": "8rem",
                    "slug": "9-x-large"
                }
            ]
        },
        "blocks": {},
        "custom": {
            "navigation": {
                "hover": {
                    "color": {
                        "text": "var(--wp--preset--color--neutral-950)"
                    }
                }
            },
            "fontFamily": {
                "body": "var(--wp--preset--font-family--inter)",
                "heading": "var(--wp--preset--font-family--lora)",
                "mono": "var(--wp--preset--font-family--fira-code)"
            },
            "color": {
                "body": "var(--wp--preset--color--neutral-0)",
                "heading": "var(--wp--preset--color--neutral-950)",
                "text": "var(--wp--preset--color--neutral-800)",
                "primary": "var(--wp--preset--color--primary-color)",
                "active": "var(--wp--preset--color--primary-active)"
            },
            "fontSize": {
                "body": "var(--wp--preset--font-size--large)",
                "h1": "var(--wp--preset--font-size--6-x-large)",
                "h2": "var(--wp--preset--font-size--5-x-large)",
                "h3": "var(--wp--preset--font-size--4-x-large)",
                "h4": "var(--wp--preset--font-size--3-x-large)",
                "h5": "var(--wp--preset--font-size--2-x-large)",
                "h6": "var(--wp--preset--font-size--large)"
            },
            "border": {
                "color": "var(--wp--preset--color--neutral-400)",
                "style": "solid",
                "width": "1px"
            },
            "borderRadius": {
                "none": "0px",
                "small": "0.125rem",
                "rounded": "0.25rem",
                "medium": "0.375rem",
                "large": "0.5rem",
                "x-large": "0.75rem",
                "2-x-large": "1rem",
                "3-x-large": "1.5rem",
                "full": "9999px"
            },
            "elements": {
                "link": {
                    "textUnderlineOffset": "0.35em",
                    ":hover": {
                        "textUnderlineOffset": "0.35em",
                        "textDecoration": "underline solid 0.08em"
                    }
                },
                "button": {
                    "borderRadius": "999px",
                    "color": {
                        "text": "#24272b",
                        "background": "var(--wp--preset--color--primary-color)"
                    },
                    "hover": {
                        "color": {
                            "text": "#24272b",
                            "background": "var(--wp--preset--color--primary-color)"
                        }
                    }
                }
            }
        }
    },
    "styles": {
        "color": {
            "background": "var(--wp--custom--color--body)",
            "text": "var(--wp--custom--color--text)"
        },
        "spacing": {
            "blockGap": "var(--wp--preset--spacing--small)"
        },
        "typography": {
            "fontFamily": "var(--wp--preset--font-family--inter)",
            "fontSize": "var(--wp--custom--font-size--body)",
            "fontWeight": "var(--wp--preset--font-weight--regular)",
            "lineHeight": "1.6"
        },
        "elements": {
            "heading": {
                "typography": {
                    "fontFamily": "var(--wp--custom--font-family--heading)",
                    "fontWeight": "var(--wp--custom--font-weight--semi-bold)",
                    "lineHeight": "1.4"
                }
            },
            "h1": {
                "typography": {
                    "fontSize": "var(--wp--custom--font-size--h-1)",
                    "lineHeight": "1.15"
                }
            },
            "h2": {
                "typography": {
                    "fontSize": "var(--wp--custom--font-size--h-2)",
                    "lineHeight": "1.15"
                }
            },
            "h3": {
                "typography": {
                    "fontSize": "var(--wp--custom--font-size--h-3)"
                }
            },
            "h4": {
                "typography": {
                    "fontSize": "var(--wp--custom--font-size--h-4)"
                }
            },
            "h5": {
                "typography": {
                    "fontSize": "var(--wp--custom--font-size--h-5)"
                }
            },
            "h6": {
                "typography": {
                    "fontSize": "var(--wp--custom--font-size--h-6)"
                }
            },
            "link": {
                "typography": {
                    "textDecoration": "var(--wp--custom--elements--link--text-decoration)"
                },
                "color": {
                    "text": "var(--wp--preset--color--heading)"
                },
                ":hover": {
                    "color": {
                        "text": "var(--wp--preset--color--heading)"
                    },
                    "typography": {
                        "textDecoration": "var(--wp--custom--elements--link--hover--text-decoration)"
                    }
                },
                ":focus": {
                    "color": {
                        "text": "var(--wp--custom--color--primary)"
                    },
                    "typography": {
                        "textDecoration": "var(--wp--custom--elements--link--hover--text-decoration)"
                    }
                }
            },
            "button": {
                "color": {
                    "background": "var(--wp--custom--elements--button--color--background, var(--wp--custom--color--primary, currentColor))"
                },
                ":hover": {
                    "color": {
                        "background": "var(--wp--custom--elements--button--hover--color--background, var(--wp--custom--color--active, currentColor))"
                    }
                }
            }
        },
        "blocks": {
            "core/navigation": {
                "color": {
                    "text": "var(--wp--preset--color--neutral-950)"
                },
                "typography": {
                    "fontSize": "var(--wp--preset--font-size--base)"
                }
            },
            "core/buttons": {
                "color": {
                    "text": "var(--wp--custom--color--text)"
                },
                "spacing": {
                    "blockGap": "var(--wp--preset--spacing--x-small)"
                }
            },
            "core/button": {
                "spacing": {
                    "padding": {
                        "top": "var(--wp--preset--spacing--x-small)",
                        "right": "var(--wp--preset--spacing--small)",
                        "bottom": "var(--wp--preset--spacing--x-small)",
                        "left": "var(--wp--preset--spacing--small)"
                    },
                    "blockGap": "var(--wp--preset--spacing--2-x-small)"
                },
                "variations": {
                    "outline": {
                        "spacing": {
                            "padding": {
                                "top": "var(--wp--preset--spacing--x-small)",
                                "right": "var(--wp--preset--spacing--small)",
                                "bottom": "var(--wp--preset--spacing--x-small)",
                                "left": "var(--wp--preset--spacing--small)"
                            },
                            "blockGap": "var(--wp--preset--spacing--2-x-small)"
                        },
                        "border": {
                            "color": "currentColor",
                            "width": "2px"
                        }
                    }
                }
            },
            "core/list": {
                "border": {
                    "radius": "var(--wp--custom--border-radius--2-x-large)"
                },
                "spacing": {
                    "padding": {
                        "left": "var(--wp--preset--spacing--medium)"
                    }
                }
            }
        }
    },
    "customTemplates": [],
    "templateParts": [],
    "patterns": []
}
