{
  "$schema": "https://schemas.wp.org/trunk/theme.json",
  "version": 2,
  "title": "Light",
  "customTemplates": [
    {
      "title": "Archive: Download",
      "name": "archive-download"
    },
    {
      "title": "Archive: Product",
      "name": "archive-product"
    },
    {
      "title": "Blank",
      "name": "blank",
      "postTypes": [
        "page",
        "post"
      ]
    },
    {
      "title": "Full Width",
      "name": "full-width",
      "postTypes": [
        "page",
        "post"
      ]
    },
    {
      "title": "Product Search Results",
      "name": "product-search-results"
    },
    {
      "title": "Single item: Download",
      "name": "single-download"
    },
    {
      "title": "Single item: Product",
      "name": "single-product"
    },
    {
      "title": "Taxonomy Download Category",
      "name": "taxonomy-download_category"
    },
    {
      "title": "Taxonomy Download Tag",
      "name": "taxonomy-download_tag"
    },
    {
      "title": "Taxonomy Product Category",
      "name": "taxonomy-product_cat"
    },
    {
      "title": "Taxonomy Product Tag",
      "name": "taxonomy-product_tag"
    }
  ],
  "templateParts": [
    {
      "area": "header",
      "name": "header",
      "title": "Header"
    },
    {
      "area": "uncategorized",
      "name": "main",
      "title": "Main"
    },
    {
      "area": "footer",
      "name": "footer",
      "title": "Footer"
    }
  ],
  "settings": {
    "layout": {
      "contentSize": "min(calc(100% - var(--wp--preset--spacing--xl,4rem)), 720px)",
      "wideSize": "min(calc(100% - var(--wp--preset--spacing--xl,4rem)), 1200px)"
    },
    "appearanceTools": true,
    "border": {
      "color": true,
      "radius": true,
      "style": true,
      "width": true
    },
    "position": {
      "sticky": false
    },
    "custom": {
      "spacing": {
        "gap": "var(--wp--style--block-gap)"
      },
      "border": {
        "width": "1px",
        "style": "solid",
        "color": "var(--wp--preset--color--neutral-200)",
        "radius": "6px"
      },
      "boxShadow": {
        "inset": "",
        "x": "0",
        "y": "4px",
        "blur": "16px",
        "spread": "0",
        "color": "var(--wp--preset--color--custom-shadow,#6b728011)",
        "hover": {
          "inset": "",
          "y": "8px"
        }
      },
      "fontWeight": {
        "black": 900,
        "extraBold": 800,
        "bold": 700,
        "semiBold": 600,
        "medium": 500,
        "regular": 400,
        "light": 300,
        "extraLight": 200,
        "thin": 100
      },
      "transition": {
        "property": "all",
        "duration": "0.1s",
        "timingFunction": "ease-in"
      },
      "strong": {
        "fontWeight": "var(--wp--custom--font-weight--medium)"
      },
      "checklist": {
        "color": "var(--wp--preset--color--success-600)"
      },
      "surface": {
        "backdropFilter": "blur(8px)",
        "borderRadius": "var(--wp--custom--border--radius)",
        "boxShadow": "var(--wp--preset--shadow--sm)",
        "border": {
          "top": "0",
          "right": "0",
          "bottom": "0",
          "left": "0"
        },
        "overlay": {
          "background": "var(--wp--preset--color--neutral-0)"
        },
        "input": {
          "focus": {
            "borderColor": "var(--wp--preset--color--primary-500)"
          }
        }
      },
      "subHeading": {
        "color": "var(--wp--preset--color--primary-500)",
        "textDecoration": "none"
      },
      "buttonOutline": {
        "color": "var(--wp--preset--color--primary-500)",
        "borderWidth": "1px"
      },
      "ghost": {
        "color": "var(--wp--preset--color--primary-600)"
      },
      "input": {
        "background": "var(--wp--preset--color--neutral-0)",
        "focus": {
          "boxShadow": "var(--wp--preset--shadow--sm)",
          "borderColor": "var(--wp--preset--color--primary-500)"
        }
      },
      "placeholder": {
        "background": "var(--wp--preset--color--neutral-100)"
      },
      "icon": {
        "color": "currentcolor"
      },
      "notice": {
        "color": "var(--wp--preset--color--primary-500)"
      },
      "accordion": {
        "height": "1.5px",
        "width": "12px",
        "animationDuration": "0s"
      },
      "submenu": {
        "boxShadow": "var(--wp--preset--shadow--xl)"
      },
      "header": {
        "zIndex": "3"
      }
    },
    "color": {
      "customDuotone": true,
      "customGradient": true,
      "defaultGradients": true,
      "defaultPalette": false,
      "link": true,
      "palette": [
        {
          "name": "Primary 950",
          "slug": "primary-950",
          "color": "#1b174f"
        },
        {
          "name": "Primary 900",
          "slug": "primary-900",
          "color": "#2c2788"
        },
        {
          "name": "Primary 800",
          "slug": "primary-800",
          "color": "#3027ac"
        },
        {
          "name": "Primary 700",
          "slug": "primary-700",
          "color": "#3a2cd6"
        },
        {
          "name": "Primary 600",
          "slug": "primary-600",
          "color": "#4539f2"
        },
        {
          "name": "Primary 500",
          "slug": "primary-500",
          "color": "#575afd"
        },
        {
          "name": "Primary 400",
          "slug": "primary-400",
          "color": "#7783ff"
        },
        {
          "name": "Primary 300",
          "slug": "primary-300",
          "color": "#9eaeff"
        },
        {
          "name": "Primary 200",
          "slug": "primary-200",
          "color": "#c3cfff"
        },
        {
          "name": "Primary 100",
          "slug": "primary-100",
          "color": "#dde6ff"
        },
        {
          "name": "Primary 50",
          "slug": "primary-50",
          "color": "#edf1ff"
        },
        {
          "name": "Primary 25",
          "slug": "primary-25",
          "color": "#f6f8ff"
        },
        {
          "name": "Neutral 950",
          "slug": "neutral-950",
          "color": "#030712"
        },
        {
          "name": "Neutral 900",
          "slug": "neutral-900",
          "color": "#111827"
        },
        {
          "name": "Neutral 800",
          "slug": "neutral-800",
          "color": "#1f2937"
        },
        {
          "name": "Neutral 700",
          "slug": "neutral-700",
          "color": "#374151"
        },
        {
          "name": "Neutral 600",
          "slug": "neutral-600",
          "color": "#4b5563"
        },
        {
          "name": "Neutral 500",
          "slug": "neutral-500",
          "color": "#6b7280"
        },
        {
          "name": "Neutral 400",
          "slug": "neutral-400",
          "color": "#9ca3af"
        },
        {
          "name": "Neutral 300",
          "slug": "neutral-300",
          "color": "#d1d5db"
        },
        {
          "name": "Neutral 200",
          "slug": "neutral-200",
          "color": "#e5e7eb"
        },
        {
          "name": "Neutral 100",
          "slug": "neutral-100",
          "color": "#f3f4f6"
        },
        {
          "name": "Neutral 50",
          "slug": "neutral-50",
          "color": "#f9fafb"
        },
        {
          "name": "Neutral 0",
          "slug": "neutral-0",
          "color": "#ffffff"
        },
        {
          "name": "Success 600",
          "slug": "success-600",
          "color": "#059669"
        },
        {
          "name": "Success 500",
          "slug": "success-500",
          "color": "#10b981"
        },
        {
          "name": "Success 100",
          "slug": "success-100",
          "color": "#d1fae5"
        },
        {
          "name": "Warning 600",
          "slug": "warning-600",
          "color": "#d97706"
        },
        {
          "name": "Warning 500",
          "slug": "warning-500",
          "color": "#f59e0b"
        },
        {
          "name": "Warning 100",
          "slug": "warning-100",
          "color": "#feeac7"
        },
        {
          "name": "Error 600",
          "slug": "error-600",
          "color": "#e11d48"
        },
        {
          "name": "Error 500",
          "slug": "error-500",
          "color": "#f43f5e"
        },
        {
          "name": "Error 100",
          "slug": "error-100",
          "color": "#ffe4e6"
        },
        {
          "name": "Transparent",
          "slug": "transparent",
          "color": "transparent"
        },
        {
          "name": "Current",
          "slug": "current",
          "color": "currentcolor"
        },
        {
          "name": "Inherit",
          "slug": "inherit",
          "color": "inherit"
        }
      ],
      "gradients": [
        {
          "gradient": "linear-gradient(135deg,var(--wp--preset--color--primary-700) 0%,var(--wp--preset--color--primary-500) 100%)",
          "name": "Primary 600/500",
          "slug": "primary-600-500"
        },
        {
          "gradient": "linear-gradient(135deg,var(--wp--preset--color--primary-500) 0%,var(--wp--preset--color--primary-300) 100%)",
          "name": "Primary 500/300",
          "slug": "primary-500-300"
        },
        {
          "gradient": "linear-gradient(180deg,var(--wp--preset--color--transparent) 0%,var(--wp--preset--color--primary-100) 100%)",
          "name": "Primary Transparent",
          "slug": "primary-transparent"
        },
        {
          "gradient": "linear-gradient(135deg,var(--wp--preset--color--primary-900) 0%,var(--wp--preset--color--neutral-950) 100%)",
          "name": "Primary Foreground",
          "slug": "primary-foreground"
        },
        {
          "gradient": "linear-gradient(135deg,var(--wp--preset--color--neutral-600) 0%,var(--wp--preset--color--neutral-950) 100%)",
          "name": "Body/Heading",
          "slug": "body-heading"
        },
        {
          "gradient": "linear-gradient(135deg,var(--wp--preset--color--neutral-100) 0%,var(--wp--preset--color--neutral-200) 100%)",
          "name": "Surface/Border",
          "slug": "surface-border"
        },
        {
          "gradient": "linear-gradient(0deg,var(--wp--custom--body--background) 50%,transparent 50%)",
          "name": "Background/Transparent",
          "slug": "background-transparent"
        },
        {
          "gradient": "linear-gradient(180deg,var(--wp--custom--body--background) 50%,transparent 50%)",
          "name": "Transparent/Background",
          "slug": "transparent-background"
        },
        {
          "gradient": "linear-gradient(90deg,var(--wp--preset--color--neutral-0) 0%,transparent 100%)",
          "name": "Fade Left",
          "slug": "fade-left"
        },
        {
          "gradient": "linear-gradient(-90deg,var(--wp--preset--color--neutral-0) 0%,transparent 100%)",
          "name": "Fade Right",
          "slug": "fade-right"
        },
        {
          "gradient": "repeating-conic-gradient(var(--wp--preset--color--neutral-200) 0% 25%, transparent 0% 50%) 50% / 16px 16px",
          "name": "Checkerboard",
          "slug": "checkerboard"
        },
        {
          "gradient": "conic-gradient(from 90deg at 1px 1px,transparent 90deg,var(--wp--custom--gradient-grid--color,var(--wp--preset--color--neutral-100)) 0) -1px -1px / var(--wp--custom--gradient-grid--size,40px) var(--wp--custom--gradient-grid--size,40px)",
          "name": "Grid",
          "slug": "grid"
        }
      ]
    },
    "typography": {
      "customFontSize": true,
      "dropCap": true,
      "lineHeight": true,
      "fluid": false,
      "fontSizes": [
        {
          "name": "104px",
          "slug": "104",
          "size": "clamp(64px,8vw,104px)",
          "fluid": {
            "min": "64px",
            "max": "104px"
          }
        },
        {
          "name": "96px",
          "slug": "96",
          "size": "clamp(60px,7vw,96px)",
          "fluid": {
            "min": "60px",
            "max": "96px"
          }
        },
        {
          "name": "88px",
          "slug": "88",
          "size": "clamp(56px,7vw,88px)",
          "fluid": {
            "min": "56px",
            "max": "88px"
          }
        },
        {
          "name": "80px",
          "slug": "80",
          "size": "clamp(52px,7vw,80px)",
          "fluid": {
            "min": "52px",
            "max": "80px"
          }
        },
        {
          "name": "72px",
          "slug": "72",
          "size": "clamp(48px,6vw,72px)",
          "fluid": {
            "min": "48px",
            "max": "72px"
          }
        },
        {
          "name": "64px",
          "slug": "64",
          "size": "clamp(44px,5.5vw,64px)",
          "fluid": {
            "min": "44px",
            "max": "60px"
          }
        },
        {
          "name": "60px",
          "slug": "60",
          "size": "clamp(40px,5vw,60px)",
          "fluid": {
            "min": "40px",
            "max": "60px"
          }
        },
        {
          "name": "56px",
          "slug": "56",
          "size": "clamp(36px,4.5vw,56px)",
          "fluid": {
            "min": "36px",
            "max": "56px"
          }
        },
        {
          "name": "52px",
          "slug": "52",
          "size": "clamp(32px,4vw,52px)",
          "fluid": {
            "min": "32px",
            "max": "52px"
          }
        },
        {
          "name": "48px",
          "slug": "48",
          "size": "clamp(28px,4.8vw,48px)",
          "fluid": {
            "min": "28px",
            "max": "48px"
          }
        },
        {
          "name": "44px",
          "slug": "44",
          "size": "clamp(26px,4.4vw,44px)",
          "fluid": {
            "min": "26px",
            "max": "44px"
          }
        },
        {
          "name": "40px",
          "slug": "40",
          "size": "clamp(24px,4vw,40px)",
          "fluid": {
            "min": "24px",
            "max": "40px"
          }
        },
        {
          "name": "36px",
          "slug": "36",
          "size": "clamp(22px,3.6vw,36px)",
          "fluid": {
            "min": "22px",
            "max": "36px"
          }
        },
        {
          "name": "32px",
          "slug": "32",
          "size": "clamp(22px,3.2vw,32px)",
          "fluid": {
            "min": "22px",
            "max": "32px"
          }
        },
        {
          "name": "28px",
          "slug": "28",
          "size": "clamp(20px,2.8vw,28px)",
          "fluid": {
            "min": "20px",
            "max": "28px"
          }
        },
        {
          "name": "24px",
          "slug": "24",
          "size": "clamp(18px,2.4vw,24px)",
          "fluid": {
            "min": "18px",
            "max": "24px"
          }
        },
        {
          "name": "22px",
          "slug": "22",
          "size": "clamp(17px,2.2vw,22px)",
          "fluid": {
            "min": "17px",
            "max": "22px"
          }
        },
        {
          "name": "20px",
          "slug": "20",
          "size": "clamp(16px,2vw,20px)",
          "fluid": {
            "min": "16px",
            "max": "20px"
          }
        },
        {
          "name": "18px",
          "slug": "18",
          "size": "clamp(15px,1.8vw,18px)",
          "fluid": {
            "min": "15px",
            "max": "18px"
          }
        },
        {
          "name": "16px",
          "slug": "16",
          "size": "clamp(14px,1.6vw,16px)",
          "fluid": {
            "min": "14px",
            "max": "16px"
          }
        },
        {
          "name": "14px",
          "slug": "14",
          "size": "clamp(12px,1.4vw,14px)",
          "fluid": {
            "min": "12px",
            "max": "14px"
          }
        },
        {
          "name": "12px",
          "slug": "12",
          "size": "clamp(10px,1.2vw,12px)",
          "fluid": {
            "min": "10px",
            "max": "12px"
          }
        },
        {
          "name": "Inherit",
          "slug": "inherit",
          "size": "inherit"
        }
      ],
      "fontFamilies": [
        {
          "fontFamily": "Inter, var(--wp--preset--font-family--sans-serif)",
          "name": "Inter",
          "slug": "inter",
          "fontFace": [
            {
              "fontFamily": "Inter",
              "fontStyle": "normal",
              "fontStretch": "normal",
              "fontDisplay": "swap",
              "fontWeight": "100 900",
              "src": [
                "file:./assets/fonts/inter.woff2"
              ]
            }
          ]
        },
        {
          "fontFamily": "Inter Tight, var(--wp--preset--font-family--sans-serif)",
          "name": "Inter Tight",
          "slug": "inter-tight",
          "fontFace": [
            {
              "fontFamily": "Inter Tight",
              "fontStyle": "normal",
              "fontStretch": "normal",
              "fontDisplay": "swap",
              "fontWeight": "100 900",
              "src": [
                "file:./assets/fonts/inter-tight.woff2"
              ]
            }
          ]
        },
        {
          "fontFamily": "JetBrains Mono, var(--wp--preset--font-family--monospace)",
          "name": "JetBrains Mono",
          "slug": "jetbrains-mono",
          "fontFace": [
            {
              "fontFamily": "JetBrains Mono",
              "fontStyle": "normal",
              "fontStretch": "normal",
              "fontDisplay": "swap",
              "fontWeight": "100 900",
              "src": [
                "file:./assets/fonts/jetbrains-mono.woff2"
              ]
            }
          ]
        }
      ]
    },
    "shadow": {
      "defaultPresets": false,
      "presets": [
        {
          "name": "None",
          "slug": "none",
          "shadow": "none"
        },
        {
          "name": "XX Small",
          "slug": "xxs",
          "shadow": "0 1px 2px 0 var(--wp--custom--box-shadow--color)"
        },
        {
          "name": "X Small",
          "slug": "xs",
          "shadow": "0 1px 2px var(--wp--custom--box-shadow--color), 0 2px 4px 0 var(--wp--custom--box-shadow--color)"
        },
        {
          "name": "Small",
          "slug": "sm",
          "shadow": "0 1px 2px 0 var(--wp--custom--box-shadow--color), 0 4px 12px -4px var(--wp--custom--box-shadow--color)"
        },
        {
          "name": "Medium",
          "slug": "md",
          "shadow": "0 1px 2px 0 var(--wp--custom--box-shadow--color), 0 4px 8px var(--wp--custom--box-shadow--color)"
        },
        {
          "name": "Large",
          "slug": "lg",
          "shadow": "0 2px 4px 0 var(--wp--custom--box-shadow--color), 0 8px 24px var(--wp--custom--box-shadow--color)"
        },
        {
          "name": "X Large",
          "slug": "xl",
          "shadow": "0 4px 8px -4px var(--wp--custom--box-shadow--color), 0 16px 24px -4px var(--wp--custom--box-shadow--color)"
        },
        {
          "name": "XX Large",
          "slug": "xxl",
          "shadow": "0 4px 8px 0 var(--wp--custom--box-shadow--color), 0 24px 48px 0 var(--wp--custom--box-shadow--color)"
        }
      ]
    },
    "spacing": {
      "blockGap": true,
      "margin": true,
      "padding": true,
      "units": [
        "%",
        "em",
        "px",
        "rem",
        "vh",
        "vw"
      ],
      "customSpacingSize": true,
      "spacingScale": {
        "operator": "*",
        "increment": 0,
        "steps": 0,
        "mediumStep": 0,
        "unit": "px"
      },
      "spacingSizes": [
        {
          "name": "XXS (8px)",
          "slug": "xxs",
          "size": "8px"
        },
        {
          "name": "XS (16px)",
          "slug": "xs",
          "size": "var(--wp--preset--font-size--16)"
        },
        {
          "name": "S (24px)",
          "slug": "sm",
          "size": "var(--wp--preset--font-size--24)"
        },
        {
          "name": "M (32px)",
          "slug": "md",
          "size": "var(--wp--preset--font-size--32)"
        },
        {
          "name": "L (48px)",
          "slug": "lg",
          "size": "var(--wp--preset--font-size--48)"
        },
        {
          "name": "XL (64px)",
          "slug": "xl",
          "size": "var(--wp--preset--font-size--64)"
        },
        {
          "name": "XXL (96px)",
          "slug": "xxl",
          "size": "var(--wp--preset--font-size--96)"
        }
      ]
    }
  },
  "styles": {
    "color": {
      "background": "var(--wp--preset--color--neutral-0)",
      "text": "var(--wp--preset--color--neutral-600)"
    },
    "spacing": {
      "blockGap": "var(--wp--preset--spacing--sm)"
    },
    "typography": {
      "fontFamily": "var(--wp--preset--font-family--inter)",
      "fontSize": "var(--wp--preset--font-size--16)",
      "fontWeight": "var(--wp--custom--font-weight--regular)",
      "lineHeight": "1.6"
    },
    "elements": {
      "button": {
        "border": {
          "radius": "var(--wp--custom--border--radius)"
        },
        "color": {
          "text": "#fff",
          "background": "var(--wp--preset--color--primary-500)"
        },
        "spacing": {
          "padding": {
            "top": "10px",
            "right": "16px",
            "bottom": "10px",
            "left": "16px"
          }
        },
        "typography": {
          "fontSize": "14px",
          "fontWeight": "var(--wp--custom--font-weight--semi-bold)",
          "lineHeight": "20px"
        }
      },
      "heading": {
        "typography": {
          "fontFamily": "var(--wp--preset--font-family--inter-tight)",
          "fontWeight": "var(--wp--custom--font-weight--semi-bold)",
          "lineHeight": "1.4"
        },
        "color": {
          "text": "var(--wp--preset--color--neutral-800)"
        }
      },
      "h1": {
        "typography": {
          "fontSize": "var(--wp--preset--font-size--44)",
          "lineHeight": "var(--wp--preset--font-size--52)"
        }
      },
      "h2": {
        "typography": {
          "fontSize": "var(--wp--preset--font-size--36)",
          "lineHeight": "var(--wp--preset--font-size--44)"
        }
      },
      "h3": {
        "typography": {
          "fontSize": "var(--wp--preset--font-size--32)",
          "lineHeight": "var(--wp--preset--font-size--40)"
        }
      },
      "h4": {
        "typography": {
          "fontSize": "var(--wp--preset--font-size--28)",
          "lineHeight": "var(--wp--preset--font-size--36)"
        }
      },
      "h5": {
        "typography": {
          "fontSize": "var(--wp--preset--font-size--24)",
          "lineHeight": "var(--wp--preset--font-size--32)"
        }
      },
      "h6": {
        "typography": {
          "fontSize": "var(--wp--preset--font-size--20)",
          "lineHeight": "var(--wp--preset--font-size--28)"
        }
      },
      "link": {
        "color": {
          "text": "inherit"
        },
        "typography": {
          "textDecoration": "underline"
        },
        ":hover": {
          "color": {
            "text": "var(--wp--preset--color--primary-500)"
          }
        },
        ":focus": {
          "color": {
            "text": "var(--wp--preset--color--primary-500)"
          }
        }
      }
    },
    "blocks": {
      "core/buttons": {
        "border": {
          "radius": "var(--wp--custom--border--radius)"
        },
        "spacing": {
          "blockGap": "var(--wp--preset--spacing--xs)"
        }
      },
      "core/button": {
        "spacing": {
          "blockGap": "var(--wp--preset--spacing--xxs)"
        }
      },
      "core/calendar": {
        "typography": {
          "fontSize": "var(--wp--preset--font-size--12)"
        }
      },
      "core/code": {
        "border": {
          "width": "0px",
          "radius": "var(--wp--custom--border--radius)"
        },
        "color": {
          "background": "var(--wp--preset--color--neutral-100)"
        },
        "spacing": {
          "padding": {
            "top": "var(--wp--style--block-gap)",
            "right": "var(--wp--style--block-gap)",
            "bottom": "var(--wp--style--block-gap)",
            "left": "var(--wp--style--block-gap)"
          }
        },
        "typography": {
          "fontFamily": "var(--wp--preset--font-family--jetbrains-mono)",
          "fontSize": "var(--wp--preset--font-size--14)",
          "fontWeight": "var(--wp--custom--font-weight--medium)"
        }
      },
      "core/column": {
        "border": {
          "radius": "var(--wp--custom--border--radius)"
        }
      },
      "core/columns": {
        "border": {
          "radius": "var(--wp--custom--border--radius)"
        },
        "spacing": {
          "margin": {
            "bottom": "0"
          }
        }
      },
      "core/cover": {
        "spacing": {
          "margin": {
            "top": "0",
            "bottom": "0"
          }
        }
      },
      "core/image": {
        "border": {
          "radius": "var(--wp--custom--border--radius)"
        }
      },
      "core/list": {
        "border": {
          "radius": "var(--wp--custom--border--radius)"
        }
      },
      "core/navigation": {
        "typography": {
          "fontWeight": "var(--wp--custom--font-weight--semi-bold)",
          "fontSize": "14px"
        }
      },
      "core/page-list": {
        "spacing": {
          "blockGap": "var(--wp--preset--spacing--sm)"
        }
      },
      "core/post-author": {
        "border": {
          "radius": "999px"
        },
        "typography": {
          "textTransform": "capitalize"
        }
      },
      "core/post-date": {
        "typography": {
          "fontSize": "var(--wp--preset--font-size--16)"
        }
      },
      "core/post-content": {
        "spacing": {
          "margin": {
            "left": "auto",
            "right": "auto"
          }
        }
      },
      "core/post-featured-image": {
        "border": {
          "radius": "var(--wp--custom--border--radius)"
        },
        "spacing": {
          "margin": {
            "bottom": "var(--wp--preset--spacing--sm)"
          }
        }
      },
      "core/post-template": {
        "spacing": {
          "blockGap": "inherit",
          "margin": {
            "top": "0 !important"
          }
        }
      },
      "core/post-terms": {
        "spacing": {
          "margin": {
            "bottom": "0em"
          }
        },
        "typography": {
          "textDecoration": "none",
          "fontSize": "var(--wp--preset--font-size--16)"
        }
      },
      "core/preformatted": {
        "border": {
          "radius": "var(--wp--custom--border--radius)"
        },
        "spacing": {
          "padding": {
            "top": "var(--wp--style--block-gap)",
            "right": "var(--wp--style--block-gap)",
            "bottom": "var(--wp--style--block-gap)",
            "left": "var(--wp--style--block-gap)"
          }
        }
      },
      "core/pullquote": {
        "border": {
          "top": {
            "width": "var(--wp--custom--border--width, 2px)"
          },
          "bottom": {
            "width": "var(--wp--custom--border--width, 2px)"
          }
        },
        "spacing": {
          "padding": {
            "top": "var(--wp--style--block-gap)",
            "bottom": "var(--wp--style--block-gap)"
          }
        }
      },
      "core/quote": {
        "border": {
          "left": {
            "style": "var(--wp--custom--border--style)",
            "color": "var(--wp--custom--border--color)",
            "width": "2px"
          }
        },
        "spacing": {
          "padding": {
            "top": "var(--wp--style--block-gap)",
            "right": "var(--wp--style--block-gap)",
            "bottom": "var(--wp--style--block-gap)",
            "left": "var(--wp--style--block-gap)"
          }
        }
      },
      "core/search": {
        "spacing": {
          "padding": {
            "top": "0",
            "right": "0",
            "bottom": "0",
            "left": "0"
          },
          "blockGap": "var(--wp--preset--spacing--xxs)"
        }
      },
      "core/separator": {
        "border": {
          "color": "currentColor !important"
        },
        "color": {
          "text": "var(--wp--custom--border--color)"
        }
      },
      "core/site-logo": {
        "color": {
          "text": "var(--wp--preset--color--neutral-800)"
        }
      },
      "core/site-title": {
        "color": {
          "text": "var(--wp--preset--color--neutral-800)"
        },
        "spacing": {
          "margin": {
            "bottom": "0"
          }
        },
        "typography": {
          "textDecoration": "none"
        }
      },
      "core/social-links": {
        "color": {
          "text": "inherit"
        },
        "spacing": {
          "padding": {
            "left": "0"
          }
        }
      },
      "core/template-part": {
        "spacing": {
          "margin": {
            "top": "0",
            "right": "0",
            "bottom": "0",
            "left": "0"
          }
        }
      },
      "core/video": {
        "border": {
          "radius": "var(--wp--custom--border--radius)"
        },
        "color": {
          "background": "var(--wp--preset--color--neutral-100)"
        }
      }
    }
  }
}
