{
    "$schema": "https://schemas.wp.org/wp/6.9/theme.json",
    "version": 3,
    "settings": {
        "appearanceTools": false,
        "useRootPaddingAwareAlignments": true,
        "background": {
            "backgroundImage": false,
            "backgroundSize": false
        },
        "border": {
            "color": true,
            "radius": true,
            "style": true,
            "width": true,
            "radiusSizes": [
                {
                    "name": "Small",
                    "size": "8px",
                    "slug": "small"
                },
                {
                    "name": "Control",
                    "size": "10px",
                    "slug": "control"
                },
                {
                    "name": "Card",
                    "size": "12px",
                    "slug": "card"
                },
                {
                    "name": "Pill",
                    "size": "999px",
                    "slug": "pill"
                }
            ]
        },
        "color": {
            "background": true,
            "button": true,
            "caption": true,
            "custom": false,
            "customDuotone": false,
            "customGradient": false,
            "defaultDuotone": false,
            "defaultGradients": false,
            "defaultPalette": false,
            "duotone": [],
            "gradients": [],
            "heading": true,
            "link": true,
            "text": true,
            "palette": [
                {
                    "color": "#050007",
                    "name": "Canvas",
                    "slug": "canvas"
                },
                {
                    "color": "#0B000F",
                    "name": "Surface",
                    "slug": "surface"
                },
                {
                    "color": "#14001B",
                    "name": "Elevated Surface",
                    "slug": "surface-elevated"
                },
                {
                    "color": "#F3ECF6",
                    "name": "Text",
                    "slug": "text"
                },
                {
                    "color": "#B9A9C0",
                    "name": "Muted Text",
                    "slug": "text-muted"
                },
                {
                    "color": "#FFFFFF",
                    "name": "Heading",
                    "slug": "heading"
                },
                {
                    "color": "#F02CFF",
                    "name": "Trace Magenta",
                    "slug": "primary"
                },
                {
                    "color": "#FF6BFF",
                    "name": "Trace Magenta Bright",
                    "slug": "primary-hover"
                },
                {
                    "color": "#33E6FF",
                    "name": "Signal Cyan",
                    "slug": "secondary"
                },
                {
                    "color": "#52F29A",
                    "name": "Success",
                    "slug": "success"
                },
                {
                    "color": "#FFD166",
                    "name": "Warning",
                    "slug": "warning"
                },
                {
                    "color": "#FF5D7D",
                    "name": "Error",
                    "slug": "error"
                },
                {
                    "color": "#33E6FF",
                    "name": "Focus",
                    "slug": "focus"
                },
                {
                    "color": "#050007",
                    "name": "Inverse Text",
                    "slug": "inverse-text"
                },
                {
                    "color": "#F3ECF6",
                    "name": "Inverse Surface",
                    "slug": "inverse-surface"
                }
            ]
        },
        "dimensions": {
            "aspectRatio": true,
            "defaultAspectRatios": false,
            "minHeight": false,
            "aspectRatios": [
                {
                    "name": "Landscape",
                    "ratio": "16/9",
                    "slug": "landscape"
                },
                {
                    "name": "Square",
                    "ratio": "1",
                    "slug": "square"
                },
                {
                    "name": "Portrait",
                    "ratio": "3/4",
                    "slug": "portrait"
                },
                {
                    "name": "Product",
                    "ratio": "4/5",
                    "slug": "product"
                }
            ]
        },
        "layout": {
            "allowCustomContentAndWideSize": false,
            "allowEditing": true,
            "contentSize": "48rem",
            "wideSize": "90rem"
        },
        "position": {
            "sticky": false
        },
        "spacing": {
            "blockGap": true,
            "customSpacingSize": false,
            "defaultSpacingSizes": false,
            "margin": true,
            "padding": true,
            "units": [
                "px",
                "rem",
                "%",
                "vw",
                "vh"
            ],
            "spacingSizes": [
                {
                    "size": "0.5rem",
                    "slug": "10"
                },
                {
                    "size": "0.75rem",
                    "slug": "15"
                },
                {
                    "size": "1rem",
                    "slug": "20"
                },
                {
                    "size": "1.25rem",
                    "slug": "25"
                },
                {
                    "size": "1.5rem",
                    "slug": "30"
                },
                {
                    "size": "2rem",
                    "slug": "40"
                },
                {
                    "size": "2.5rem",
                    "slug": "50"
                },
                {
                    "size": "3rem",
                    "slug": "60"
                },
                {
                    "size": "3.5rem",
                    "slug": "70"
                },
                {
                    "size": "4rem",
                    "slug": "80"
                }
            ]
        },
        "shadow": {
            "defaultPresets": false,
            "presets": [
                {
                    "name": "Flat",
                    "shadow": "none",
                    "slug": "flat"
                },
                {
                    "name": "Subtle Elevation",
                    "shadow": "0 1px 2px rgba(0, 0, 0, 0.42), 0 0 0 1px color-mix(in srgb, var(--wp--custom--color--border-subtle) 24%, transparent)",
                    "slug": "subtle"
                },
                {
                    "name": "Raised Panel",
                    "shadow": "0 16px 40px rgba(0, 0, 0, 0.48), 0 0 0 1px color-mix(in srgb, var(--wp--custom--color--border-subtle) 40%, transparent)",
                    "slug": "raised"
                },
                {
                    "name": "Signal Glow",
                    "shadow": "0 0 0 1px var(--wp--preset--color--primary), 0 0 18px color-mix(in srgb, var(--wp--preset--color--primary) 28%, transparent)",
                    "slug": "signal-glow"
                }
            ]
        },
        "typography": {
            "customFontSize": false,
            "defaultFontSizes": false,
            "dropCap": false,
            "fluid": true,
            "fontStyle": false,
            "fontWeight": false,
            "letterSpacing": true,
            "lineHeight": true,
            "textAlign": true,
            "textColumns": false,
            "textDecoration": false,
            "textTransform": false,
            "writingMode": false,
            "fontFamilies": [
                {
                    "fontFamily": "-apple-system, BlinkMacSystemFont, \"Segoe UI\", Inter, Helvetica, Arial, sans-serif",
                    "name": "Body",
                    "slug": "body"
                },
                {
                    "fontFamily": "ui-serif, Georgia, Cambria, \"Times New Roman\", Times, serif",
                    "name": "Display",
                    "slug": "display"
                },
                {
                    "fontFamily": "\"Cascadia Code\", \"Cascadia Mono\", \"SFMono-Regular\", Consolas, \"Liberation Mono\", monospace",
                    "name": "Terminal",
                    "slug": "terminal"
                }
            ],
            "fontSizes": [
                {
                    "fluid": false,
                    "name": "Caption",
                    "size": "0.75rem",
                    "slug": "caption"
                },
                {
                    "fluid": false,
                    "name": "Small",
                    "size": "0.875rem",
                    "slug": "small"
                },
                {
                    "fluid": {
                        "max": "1.0625rem",
                        "min": "1rem"
                    },
                    "name": "Body",
                    "size": "1.0625rem",
                    "slug": "body"
                },
                {
                    "fluid": {
                        "max": "1.25rem",
                        "min": "1.125rem"
                    },
                    "name": "Lead",
                    "size": "1.25rem",
                    "slug": "lead"
                },
                {
                    "fluid": {
                        "max": "1.5rem",
                        "min": "1.25rem"
                    },
                    "name": "Subtitle",
                    "size": "1.5rem",
                    "slug": "subtitle"
                },
                {
                    "fluid": {
                        "max": "1.5rem",
                        "min": "1.25rem"
                    },
                    "name": "Heading 6",
                    "size": "1.5rem",
                    "slug": "heading-6"
                },
                {
                    "fluid": {
                        "max": "1.875rem",
                        "min": "1.5rem"
                    },
                    "name": "Heading 5",
                    "size": "1.875rem",
                    "slug": "heading-5"
                },
                {
                    "fluid": {
                        "max": "2.25rem",
                        "min": "1.875rem"
                    },
                    "name": "Heading 4",
                    "size": "2.25rem",
                    "slug": "heading-4"
                },
                {
                    "fluid": {
                        "max": "3rem",
                        "min": "2.25rem"
                    },
                    "name": "Heading 3",
                    "size": "3rem",
                    "slug": "heading-3"
                },
                {
                    "fluid": {
                        "max": "4rem",
                        "min": "2.75rem"
                    },
                    "name": "Heading 2",
                    "size": "4rem",
                    "slug": "heading-2"
                },
                {
                    "fluid": {
                        "max": "6rem",
                        "min": "3.25rem"
                    },
                    "name": "Heading 1",
                    "size": "6rem",
                    "slug": "heading-1"
                }
            ]
        },
        "blocks": {
            "core/cover": {
                "dimensions": {
                    "minHeight": true
                }
            },
            "core/group": {
                "dimensions": {
                    "minHeight": true
                }
            }
        },
        "custom": {
            "color": {
                "borderSubtle": "transparent"
            },
            "border": {
                "color": {
                    "default": "var:custom|color|border-subtle",
                    "error": "var:preset|color|error",
                    "focus": "var:preset|color|focus",
                    "signal": "var:preset|color|primary"
                },
                "width": {
                    "hairline": "1px",
                    "strong": "2px"
                }
            },
            "motion": {
                "duration": {
                    "fast": "140ms",
                    "standard": "220ms",
                    "slow": "360ms"
                },
                "easing": {
                    "standard": "cubic-bezier(0.2, 0, 0, 1)"
                }
            },
            "spacing": {
                "cardPadding": "clamp(1.25rem, 2vw, 2rem)",
                "componentGap": "var:preset|spacing|30",
                "controlGap": "var:preset|spacing|10",
                "controlPadding": "0.75rem 1rem",
                "pageGutter": "clamp(1rem, 3vw, 3rem)",
                "sectionSpacing": "clamp(3rem, 7vw, 7rem)"
            }
        }
    },
    "styles": {
        "color": {
            "background": "var:preset|color|canvas",
            "text": "var:preset|color|text"
        },
        "spacing": {
            "blockGap": "var:custom|spacing|component-gap",
            "padding": {
                "bottom": "0",
                "left": "var:custom|spacing|page-gutter",
                "right": "var:custom|spacing|page-gutter",
                "top": "0"
            }
        },
        "typography": {
            "fontFamily": "var:preset|font-family|body",
            "fontSize": "var:preset|font-size|body",
            "lineHeight": "1.68"
        },
        "blocks": {
            "core/audio": {
                "color": {
                    "background": "var:preset|color|surface"
                },
                "border": {
                    "radius": "var:preset|border-radius|small"
                }
            },
            "core/avatar": {
                "border": {
                    "color": "var:custom|color|border-subtle",
                    "radius": "var:preset|border-radius|pill",
                    "style": "solid",
                    "width": "var:custom|border|width|hairline"
                }
            },
            "core/button": {
                "border": {
                    "radius": "var:preset|border-radius|control"
                },
                "spacing": {
                    "padding": {
                        "bottom": "0.75rem",
                        "left": "1rem",
                        "right": "1rem",
                        "top": "0.75rem"
                    }
                },
                "typography": {
                    "fontFamily": "var:preset|font-family|terminal",
                    "fontSize": "var:preset|font-size|small",
                    "fontWeight": "700",
                    "lineHeight": "1.2"
                }
            },
            "core/buttons": {
                "spacing": {
                    "blockGap": "var:custom|spacing|control-gap"
                }
            },
            "core/code": {
                "color": {
                    "background": "var:preset|color|surface-elevated",
                    "text": "var:preset|color|text"
                },
                "border": {
                    "color": "var:custom|color|border-subtle",
                    "radius": "var:preset|border-radius|control",
                    "style": "solid",
                    "width": "var:custom|border|width|hairline"
                },
                "spacing": {
                    "padding": {
                        "bottom": "var:preset|spacing|25",
                        "left": "var:preset|spacing|25",
                        "right": "var:preset|spacing|25",
                        "top": "var:preset|spacing|25"
                    }
                },
                "typography": {
                    "fontFamily": "var:preset|font-family|terminal",
                    "fontSize": "var:preset|font-size|small",
                    "lineHeight": "1.7"
                }
            },
            "core/comment-author-name": {
                "typography": {
                    "fontFamily": "var:preset|font-family|terminal",
                    "fontSize": "var:preset|font-size|small",
                    "fontWeight": "700"
                }
            },
            "core/comment-date": {
                "color": {
                    "text": "var:preset|color|text-muted"
                },
                "typography": {
                    "fontFamily": "var:preset|font-family|terminal",
                    "fontSize": "var:preset|font-size|caption"
                }
            },
            "core/comment-edit-link": {
                "typography": {
                    "fontFamily": "var:preset|font-family|terminal",
                    "fontSize": "var:preset|font-size|caption"
                }
            },
            "core/comment-reply-link": {
                "typography": {
                    "fontFamily": "var:preset|font-family|terminal",
                    "fontSize": "var:preset|font-size|caption"
                }
            },
            "core/details": {
                "color": {
                    "background": "var:preset|color|surface",
                    "text": "var:preset|color|text"
                },
                "border": {
                    "color": "var:custom|color|border-subtle",
                    "radius": "var:preset|border-radius|control",
                    "style": "solid",
                    "width": "var:custom|border|width|hairline"
                },
                "spacing": {
                    "padding": {
                        "bottom": "var:preset|spacing|20",
                        "left": "var:preset|spacing|25",
                        "right": "var:preset|spacing|25",
                        "top": "var:preset|spacing|20"
                    }
                }
            },
            "core/gallery": {
                "spacing": {
                    "blockGap": "var:preset|spacing|20"
                }
            },
            "core/image": {
                "border": {
                    "radius": "var:preset|border-radius|small"
                }
            },
            "core/navigation": {
                "typography": {
                    "fontFamily": "var:preset|font-family|terminal",
                    "fontSize": "var:preset|font-size|small",
                    "fontWeight": "600",
                    "lineHeight": "1.3"
                },
                "elements": {
                    "link": {
                        ":focus": {
                            "outline": {
                                "color": "transparent",
                                "style": "solid",
                                "width": "2px"
                            }
                        },
                        ":focus-visible": {
                            "outline": {
                                "color": "var:preset|color|focus",
                                "offset": "0.25rem",
                                "style": "solid",
                                "width": "2px"
                            }
                        },
                        ":hover": {
                            "color": {
                                "text": "var:preset|color|primary-hover"
                            }
                        }
                    }
                }
            },
            "core/post-author": {
                "color": {
                    "text": "var:preset|color|text-muted"
                },
                "typography": {
                    "fontFamily": "var:preset|font-family|terminal",
                    "fontSize": "var:preset|font-size|small"
                }
            },
            "core/post-comments-form": {
                "spacing": {
                    "blockGap": "var:preset|spacing|20"
                }
            },
            "core/post-date": {
                "color": {
                    "text": "var:preset|color|text-muted"
                },
                "typography": {
                    "fontFamily": "var:preset|font-family|terminal",
                    "fontSize": "var:preset|font-size|small"
                }
            },
            "core/post-excerpt": {
                "typography": {
                    "fontFamily": "var:preset|font-family|body",
                    "lineHeight": "1.68"
                }
            },
            "core/post-featured-image": {
                "border": {
                    "radius": "var:preset|border-radius|small"
                }
            },
            "core/post-navigation-link": {
                "typography": {
                    "fontFamily": "var:preset|font-family|terminal",
                    "fontSize": "var:preset|font-size|small",
                    "fontWeight": "600"
                }
            },
            "core/post-terms": {
                "color": {
                    "text": "var:preset|color|text-muted"
                },
                "typography": {
                    "fontFamily": "var:preset|font-family|terminal",
                    "fontSize": "var:preset|font-size|small"
                }
            },
            "core/post-title": {
                "color": {
                    "text": "var:preset|color|heading"
                }
            },
            "core/preformatted": {
                "color": {
                    "background": "var:preset|color|surface-elevated",
                    "text": "var:preset|color|text"
                },
                "border": {
                    "color": "var:custom|color|border-subtle",
                    "radius": "var:preset|border-radius|control",
                    "style": "solid",
                    "width": "var:custom|border|width|hairline"
                },
                "spacing": {
                    "padding": {
                        "bottom": "var:preset|spacing|25",
                        "left": "var:preset|spacing|25",
                        "right": "var:preset|spacing|25",
                        "top": "var:preset|spacing|25"
                    }
                },
                "typography": {
                    "fontFamily": "var:preset|font-family|terminal",
                    "fontSize": "var:preset|font-size|small",
                    "lineHeight": "1.7"
                }
            },
            "core/pullquote": {
                "color": {
                    "background": "var:preset|color|surface-elevated",
                    "text": "var:preset|color|heading"
                },
                "border": {
                    "color": "var:preset|color|primary",
                    "radius": "var:preset|border-radius|card",
                    "style": "solid",
                    "width": "var:custom|border|width|hairline"
                },
                "spacing": {
                    "padding": {
                        "bottom": "var:preset|spacing|40",
                        "left": "var:preset|spacing|40",
                        "right": "var:preset|spacing|40",
                        "top": "var:preset|spacing|40"
                    }
                },
                "typography": {
                    "fontFamily": "var:preset|font-family|display",
                    "fontSize": "var:preset|font-size|subtitle",
                    "lineHeight": "1.5"
                }
            },
            "core/query-no-results": {
                "color": {
                    "background": "var:preset|color|surface",
                    "text": "var:preset|color|text-muted"
                },
                "border": {
                    "color": "var:custom|color|border-subtle",
                    "radius": "var:preset|border-radius|card",
                    "style": "solid",
                    "width": "var:custom|border|width|hairline"
                },
                "spacing": {
                    "padding": {
                        "bottom": "var:preset|spacing|30",
                        "left": "var:preset|spacing|30",
                        "right": "var:preset|spacing|30",
                        "top": "var:preset|spacing|30"
                    }
                }
            },
            "core/query-pagination": {
                "spacing": {
                    "blockGap": "var:preset|spacing|10"
                },
                "typography": {
                    "fontFamily": "var:preset|font-family|terminal",
                    "fontSize": "var:preset|font-size|small",
                    "fontWeight": "600"
                }
            },
            "core/quote": {
                "color": {
                    "background": "var:preset|color|surface",
                    "text": "var:preset|color|text"
                },
                "border": {
                    "color": "var:custom|color|border-subtle",
                    "radius": "var:preset|border-radius|card",
                    "style": "solid",
                    "width": "var:custom|border|width|hairline"
                },
                "spacing": {
                    "padding": {
                        "bottom": "var:preset|spacing|30",
                        "left": "var:preset|spacing|30",
                        "right": "var:preset|spacing|30",
                        "top": "var:preset|spacing|30"
                    }
                },
                "typography": {
                    "fontFamily": "var:preset|font-family|body",
                    "fontSize": "var:preset|font-size|lead",
                    "lineHeight": "1.6"
                }
            },
            "core/search": {
                "typography": {
                    "fontFamily": "var:preset|font-family|terminal",
                    "fontSize": "var:preset|font-size|small"
                }
            },
            "core/separator": {
                "color": {
                    "background": "var:custom|color|border-subtle"
                }
            },
            "core/site-title": {
                "typography": {
                    "fontFamily": "var:preset|font-family|terminal",
                    "fontWeight": "700",
                    "lineHeight": "1.2"
                }
            },
            "core/table": {
                "color": {
                    "background": "var:preset|color|surface",
                    "text": "var:preset|color|text"
                },
                "border": {
                    "color": "var:custom|color|border-subtle",
                    "radius": "var:preset|border-radius|small",
                    "style": "solid",
                    "width": "var:custom|border|width|hairline"
                },
                "typography": {
                    "fontSize": "var:preset|font-size|body",
                    "lineHeight": "1.5"
                }
            },
            "core/video": {
                "color": {
                    "background": "var:preset|color|surface"
                },
                "border": {
                    "radius": "var:preset|border-radius|small"
                }
            }
        },
        "elements": {
            "button": {
                "color": {
                    "background": "var:preset|color|primary",
                    "text": "var:preset|color|inverse-text"
                },
                "border": {
                    "color": "var:preset|color|primary",
                    "radius": "var:preset|border-radius|control",
                    "style": "solid",
                    "width": "var:custom|border|width|hairline"
                },
                "spacing": {
                    "padding": {
                        "bottom": "0.75rem",
                        "left": "1rem",
                        "right": "1rem",
                        "top": "0.75rem"
                    }
                },
                "typography": {
                    "fontFamily": "var:preset|font-family|terminal",
                    "fontSize": "var:preset|font-size|small",
                    "fontWeight": "700",
                    "lineHeight": "1.2"
                }
            },
            "caption": {
                "color": {
                    "text": "var:preset|color|text-muted"
                },
                "typography": {
                    "fontFamily": "var:preset|font-family|terminal",
                    "fontSize": "var:preset|font-size|caption",
                    "lineHeight": "1.4"
                }
            },
            "h1": {
                "color": {
                    "text": "var:preset|color|heading"
                },
                "typography": {
                    "fontFamily": "var:preset|font-family|display",
                    "fontSize": "var:preset|font-size|heading-1",
                    "fontWeight": "700",
                    "lineHeight": "1.02"
                }
            },
            "h2": {
                "color": {
                    "text": "var:preset|color|heading"
                },
                "typography": {
                    "fontFamily": "var:preset|font-family|display",
                    "fontSize": "var:preset|font-size|heading-2",
                    "fontWeight": "700",
                    "lineHeight": "1.08"
                }
            },
            "h3": {
                "color": {
                    "text": "var:preset|color|heading"
                },
                "typography": {
                    "fontFamily": "var:preset|font-family|terminal",
                    "fontSize": "var:preset|font-size|heading-3",
                    "fontWeight": "700",
                    "letterSpacing": "0",
                    "lineHeight": "1.12"
                }
            },
            "h4": {
                "color": {
                    "text": "var:preset|color|heading"
                },
                "typography": {
                    "fontFamily": "var:preset|font-family|terminal",
                    "fontSize": "var:preset|font-size|heading-4",
                    "fontWeight": "700",
                    "letterSpacing": "0",
                    "lineHeight": "1.18"
                }
            },
            "h5": {
                "color": {
                    "text": "var:preset|color|heading"
                },
                "typography": {
                    "fontFamily": "var:preset|font-family|terminal",
                    "fontSize": "var:preset|font-size|heading-5",
                    "fontWeight": "700",
                    "letterSpacing": "0",
                    "lineHeight": "1.22"
                }
            },
            "h6": {
                "color": {
                    "text": "var:preset|color|heading"
                },
                "typography": {
                    "fontFamily": "var:preset|font-family|terminal",
                    "fontSize": "var:preset|font-size|heading-6",
                    "fontWeight": "700",
                    "letterSpacing": "0",
                    "lineHeight": "1.25"
                }
            },
            "link": {
                "color": {
                    "text": "var:preset|color|primary"
                },
                "typography": {
                    "textDecoration": "underline"
                },
                ":focus-visible": {
                    "color": {
                        "text": "var:preset|color|focus"
                    },
                    "outline": {
                        "color": "var:preset|color|focus",
                        "offset": "2px",
                        "style": "solid",
                        "width": "2px"
                    }
                },
                ":hover": {
                    "color": {
                        "text": "var:preset|color|primary-hover"
                    }
                }
            }
        }
    },
    "customTemplates": [
        {
            "name": "blank",
            "postTypes": [
                "page",
                "post"
            ],
            "title": "Blank (No Header/Footer)"
        }
    ],
    "templateParts": [
        {
            "area": "header",
            "name": "header",
            "title": "Header"
        },
        {
            "area": "footer",
            "name": "footer",
            "title": "Footer"
        },
        {
            "area": "uncategorized",
            "name": "post-meta",
            "title": "Post Metadata"
        }
    ]
}
