{
  "$schema": "https://schemas.wp.org/trunk/theme.json",
  "version": 2,
  "customTemplates": [
    {
      "name": "blank",
      "title": "Blank",
      "postTypes": [
        "page",
        "post"
      ]
    },
    {
      "name": "full-width",
      "title": "Full width",
      "postTypes": [
        "page",
        "post"
      ]
    },
    {
      "name": "blog-listing",
      "title": "Blog Listing",
      "postTypes": [
        "page"
      ]
    },
    {
      "name": "page-no-gap",
      "title": "Page (No Gap)",
      "postTypes": [
        "page"
      ]
    },
    {
      "name": "page-no-title",
      "title": "Page (No Title / Feature Image)",
      "postTypes": [
        "page"
      ]
    },
    {
      "name": "single-product",
      "title": "Single Product",
      "postTypes": ["product"]
    },
    {
      "name": "cart",
      "title": "Cart",
      "postTypes": ["product"]
    },
    {
      "name": "checkout",
      "title": "Checkout",
      "postTypes": ["product"]
    },
    {
      "name": "order-confirmation",
      "title": "Order Confirmation",
      "postTypes": ["product"]
    },
    {
      "name": "archive-product",
      "title": "Archive Product",
      "postTypes": ["product"]
    }
  ],
  "templateParts": [
    {
      "name": "header",
      "title": "Header",
      "area": "header"
    },
    {
      "name": "header-home",
      "title": "Header (Home)",
      "area": "header"
    },
    {
      "name": "header-minimal",
      "title": "Header (Minimal)",
      "area": "header"
    },
    {
      "name": "footer",
      "title": "Footer",
      "area": "footer"
    },
    {
      "name": "footer-minimal-left-menu",
      "title": "Footer (Minimal Left Menu)",
      "area": "footer"
    },
    {
      "name": "footer-minimal-center-menu",
      "title": "Footer (Minimal Center Menu)",
      "area": "footer"
    },
    {
      "name": "footer-minimal-right-menu",
      "title": "Footer (Minimal Right Menu)",
      "area": "footer"
    },
    {
      "name": "comments",
      "title": "Comments",
      "area": "uncategorized"
    }
  ],
  "settings": {
    "appearanceTools": true,
    "color": {
      "palette": [
        {
          "name": "Primary",
          "color": "#041C40",
          "slug": "primary"
        },
        {
          "name": "SecondAccent",
          "color": "#123D7C",
          "slug": "secaccent"
        },
        {
          "name": "Secondary Accent Text",
          "color": "#000000",
          "slug": "secondary-accent-text"
        },
        {
          "name": "Accent",
          "color": "#FCDC31",
          "slug": "accent"
        },
        {
          "name": "Secondary",
          "color": "#F3F3FF",
          "slug": "secondary"
        },
        {
          "name": "Accent Text",
          "color": "#FFFFFE",
          "slug": "accent-text"
        },
        {
          "name": "Secondary Accent",
          "color": "#262626",
          "slug": "secondary-accent"
        },
        {
          "name": "Hover",
          "color": "#1B1E3F",
          "slug": "hover"
        },
        {
          "name": "Heading",
          "color": "#041C40",
          "slug": "heading"
        }
      ],
      "gradients": [
        {
          "gradient": "linear-gradient(270deg, var(--wp--preset--color--secaccent) 0%, var(--wp--preset--color--primary) 100%);",
          "name": "Primary Gradient",
          "slug": "primary-gradient"
        },
        {
          "gradient": "linear-gradient(0deg, var(--wp--preset--color--secaccent) 40%, var(--wp--preset--color--primary) 42%);",
          "name": "Secondary Gradient",
          "slug": "secondary-gradient"
        }
      ],
      "duotone": [
        {
          "name": "Primary",
          "slug": "primary",
          "colors": [
            "#1B1E3F",
            "#1B1E3F"
          ]
        },
        {
          "name": "Secondary",
          "slug": "secondary",
          "colors": [
            "#1B1E3F",
            "#1B1E3F"
          ]
        },
        {
          "name": "Light",
          "slug": "light",
          "colors": [
            "#ffffff",
            "#ffffff"
          ]
        }
      ]
    },
    "custom": {
      "fontWeight": {
        "black": 900,
        "extraBold": 800,
        "bold": 700,
        "semiBold": 600,
        "medium": 500,
        "regular": 400,
        "light": 300,
        "extraLight": 200,
        "thin": 100
      },
      "lineHeight": {
        "initial": 1,
        "xxSmall": 1.2,
        "xSmall": 1.3,
        "small": 1.4,
        "medium": 1.45,
        "large": 1.6
      },
      "borderRadius": {
        "xxSmall": "4px",
        "xSmall": "6px",
        "small": "8px",
        "medium": "12px",
        "large": "16px",
        "xLarge": "20px",
        "xxLarge": "24px",
        "full": "999px"
      }
    },
    "typography": {
      "lineHeight": true,
      "customFontSize": true,
      "fontFamilies": [
        {
          "fontFace": [
            {
              "fontFamily": "Inter",
              "fontStretch": "",
              "fontStyle": "normal",
              "fontWeight": "100",
              "src": [
                "file:./assets/fonts/inter/Inter-Thin.woff2"
              ]
            },
            {
              "fontFamily": "Inter",
              "fontStretch": "",
              "fontStyle": "normal",
              "fontWeight": "300",
              "src": [
                "file:./assets/fonts/inter/Inter-Light.woff2"
              ]
            },
            {
              "fontFamily": "Inter",
              "fontStretch": "",
              "fontStyle": "normal",
              "fontWeight": "400",
              "src": [
                "file:./assets/fonts/inter/Inter-Regular.woff2"
              ]
            },
            {
              "fontFamily": "Inter",
              "fontStretch": "",
              "fontStyle": "normal",
              "fontWeight": "500",
              "src": [
                "file:./assets/fonts/inter/Inter-Medium.woff2"
              ]
            },
            {
              "fontFamily": "Inter",
              "fontStretch": "",
              "fontStyle": "normal",
              "fontWeight": "600",
              "src": [
                "file:./assets/fonts/inter/Inter-SemiBold.woff2"
              ]
            },
            {
              "fontFamily": "Inter",
              "fontStretch": "",
              "fontStyle": "normal",
              "fontWeight": "700",
              "src": [
                "file:./assets/fonts/inter/Inter-Bold.woff2"
              ]
            }
          ],
          "fontFamily": "\"Inter\", sans-serif",
          "name": "Inter",
          "slug": "inter"
        },
        {
          "fontFace": [
            {
              "fontFamily": "Montserrat",
              "fontStretch": "",
              "fontStyle": "normal",
              "fontWeight": "300",
              "src": [
                "file:./assets/fonts/montserrat/static/Montserrat-Light.ttf"
              ]
            },
            {
              "fontFamily": "Montserrat",
              "fontStretch": "",
              "fontStyle": "normal",
              "fontWeight": "400",
              "src": [
                "file:./assets/fonts/montserrat/static/Montserrat-Regular.ttf"
              ]
            },
            {
              "fontFamily": "Montserrat",
              "fontStretch": "",
              "fontStyle": "normal",
              "fontWeight": "500",
              "src": [
                "file:./assets/fonts/montserrat/static/Montserrat-Medium.ttf"
              ]
            },
            {
              "fontFamily": "Montserrat",
              "fontStretch": "",
              "fontStyle": "normal",
              "fontWeight": "600",
              "src": [
                "file:./assets/fonts/montserrat/static/Montserrat-SemiBold.ttf"
              ]
            },
            {
              "fontFamily": "Montserrat",
              "fontStretch": "",
              "fontStyle": "normal",
              "fontWeight": "700",
              "src": [
                "file:./assets/fonts/montserrat/static/Montserrat-Bold.ttf"
              ]
            },
            {
              "fontFamily": "Montserrat",
              "fontStretch": "",
              "fontStyle": "normal",
              "fontWeight": "800",
              "src": [
                "file:./assets/fonts/montserrat/static/Montserrat-ExtraBold.ttf"
              ]
            },
            {
              "fontFamily": "Montserrat",
              "fontStretch": "",
              "fontStyle": "normal",
              "fontWeight": "900",
              "src": [
                "file:./assets/fonts/montserrat/static/Montserrat-Black.ttf"
              ]
            }
          ],
          "fontFamily": "\"Montserrat\", sans-serif",
          "name": "Montserrat",
          "slug": "montserrat"
        },
        {
          "fontFace": [
            {
              "fontFamily": "Koulen",
              "fontStretch": "",
              "fontStyle": "normal",
              "fontWeight": "400",
              "src": [
                "file:./assets/fonts/koulen/Koulen-Regular.ttf"
              ]
            }
          ],
          "fontFamily": "\"Koulen\", sans-serif",
          "name": "Koulen",
          "slug": "koulen"
        },
        {
          "fontFace": [
            {
              "fontFamily": "Open Sans",
              "fontStretch": "",
              "fontStyle": "normal",
              "fontWeight": "100",
              "src": [
                "file:./assets/fonts/open-sans/static/OpenSans-Thin.ttf"
              ]
            },
            {
              "fontFamily": "Open Sans",
              "fontStretch": "",
              "fontStyle": "normal",
              "fontWeight": "300",
              "src": [
                "file:./assets/fonts/open-sans/static/OpenSans-Light.ttf"
              ]
            },
            {
              "fontFamily": "Open Sans",
              "fontStretch": "",
              "fontStyle": "normal",
              "fontWeight": "400",
              "src": [
                "file:./assets/fonts/open-sans/static/OpenSans-Regular.ttf"
              ]
            },
            {
              "fontFamily": "Open Sans",
              "fontStretch": "",
              "fontStyle": "normal",
              "fontWeight": "500",
              "src": [
                "file:./assets/fonts/open-sans/static/OpenSans-Medium.ttf"
              ]
            },
            {
              "fontFamily": "Open Sans",
              "fontStretch": "",
              "fontStyle": "normal",
              "fontWeight": "600",
              "src": [
                "file:./assets/fonts/open-sans/static/OpenSans-SemiBold.ttf"
              ]
            },
            {
              "fontFamily": "Open Sans",
              "fontStretch": "",
              "fontStyle": "normal",
              "fontWeight": "700",
              "src": [
                "file:./assets/fonts/open-sans/static/OpenSans-Bold.ttf"
              ]
            }
          ],
          "fontFamily": "\"Open Sans\", sans-serif",
          "name": "Open Sans",
          "slug": "open-sans"
        },
        {
          "fontFace": [
            {
              "fontFamily": "Outfit",
              "fontStretch": "",
              "fontStyle": "normal",
              "fontWeight": "100",
              "src": [
                "file:./assets/fonts/outfit/static/Outfit-Thin.ttf"
              ]
            },
            {
              "fontFamily": "Outfit",
              "fontStretch": "",
              "fontStyle": "normal",
              "fontWeight": "200",
              "src": [
                "file:./assets/fonts/outfit/static/Outfit-ExtraLight.ttf"
              ]
            },
            {
              "fontFamily": "Outfit",
              "fontStretch": "",
              "fontStyle": "normal",
              "fontWeight": "300",
              "src": [
                "file:./assets/fonts/outfit/static/Outfit-Light.ttf"
              ]
            },
            {
              "fontFamily": "Outfit",
              "fontStretch": "",
              "fontStyle": "normal",
              "fontWeight": "400",
              "src": [
                "file:./assets/fonts/outfit/static/Outfit-Regular.ttf"
              ]
            },
            {
              "fontFamily": "Outfit",
              "fontStretch": "",
              "fontStyle": "normal",
              "fontWeight": "500",
              "src": [
                "file:./assets/fonts/outfit/static/Outfit-Medium.ttf"
              ]
            },
            {
              "fontFamily": "Outfit",
              "fontStretch": "",
              "fontStyle": "normal",
              "fontWeight": "600",
              "src": [
                "file:./assets/fonts/outfit/static/Outfit-SemiBold.ttf"
              ]
            },
            {
              "fontFamily": "Outfit",
              "fontStretch": "",
              "fontStyle": "normal",
              "fontWeight": "700",
              "src": [
                "file:./assets/fonts/outfit/static/Outfit-Bold.ttf"
              ]
            },
            {
              "fontFamily": "Outfit",
              "fontStretch": "",
              "fontStyle": "normal",
              "fontWeight": "800",
              "src": [
                "file:./assets/fonts/outfit/static/Outfit-ExtraBold.ttf"
              ]
            },
            {
              "fontFamily": "Outfit",
              "fontStretch": "",
              "fontStyle": "normal",
              "fontWeight": "900",
              "src": [
                "file:./assets/fonts/outfit/static/Outfit-Black.ttf"
              ]
            }
          ],
          "fontFamily": "\"Outfit\", sans-serif",
          "name": "Outfit",
          "slug": "outfit"
        },
        {
          "fontFace": [
            {
              "fontFamily": "Poppins",
              "fontStretch": "",
              "fontStyle": "normal",
              "fontWeight": "300",
              "src": [
                "file:./assets/fonts/poppins/Poppins-Light.ttf"
              ]
            },
            {
              "fontFamily": "Poppins",
              "fontStretch": "",
              "fontStyle": "normal",
              "fontWeight": "400",
              "src": [
                "file:./assets/fonts/poppins/Poppins-Regular.ttf"
              ]
            },
            {
              "fontFamily": "Poppins",
              "fontStretch": "",
              "fontStyle": "normal",
              "fontWeight": "500",
              "src": [
                "file:./assets/fonts/poppins/Poppins-Medium.ttf"
              ]
            },
            {
              "fontFamily": "Poppins",
              "fontStretch": "",
              "fontStyle": "normal",
              "fontWeight": "600",
              "src": [
                "file:./assets/fonts/poppins/Poppins-SemiBold.ttf"
              ]
            },
            {
              "fontFamily": "Poppins",
              "fontStretch": "",
              "fontStyle": "normal",
              "fontWeight": "700",
              "src": [
                "file:./assets/fonts/poppins/Poppins-Bold.ttf"
              ]
            }
          ],
          "fontFamily": "\"Poppins\", sans-serif",
          "name": "Poppins",
          "slug": "poppins"
        },
        {
          "fontFace": [
            {
              "fontFamily": "Roboto",
              "fontStretch": "",
              "fontStyle": "normal",
              "fontWeight": "100",
              "src": [
                "file:./assets/fonts/roboto/static/Roboto-Thin.ttf"
              ]
            },
            {
              "fontFamily": "Roboto",
              "fontStretch": "",
              "fontStyle": "normal",
              "fontWeight": "200",
              "src": [
                "file:./assets/fonts/roboto/static/Roboto-ExtraLight.ttf"
              ]
            },
            {
              "fontFamily": "Roboto",
              "fontStretch": "",
              "fontStyle": "normal",
              "fontWeight": "300",
              "src": [
                "file:./assets/fonts/roboto/static/Roboto-Light.ttf"
              ]
            },
            {
              "fontFamily": "Roboto",
              "fontStretch": "",
              "fontStyle": "normal",
              "fontWeight": "400",
              "src": [
                "file:./assets/fonts/roboto/static/Roboto-Regular.ttf"
              ]
            },
            {
              "fontFamily": "Roboto",
              "fontStretch": "",
              "fontStyle": "normal",
              "fontWeight": "500",
              "src": [
                "file:./assets/fonts/roboto/static/Roboto-Medium.ttf"
              ]
            },
            {
              "fontFamily": "Roboto",
              "fontStretch": "",
              "fontStyle": "normal",
              "fontWeight": "600",
              "src": [
                "file:./assets/fonts/roboto/static/Roboto-SemiBold.ttf"
              ]
            },
            {
              "fontFamily": "Roboto",
              "fontStretch": "",
              "fontStyle": "normal",
              "fontWeight": "700",
              "src": [
                "file:./assets/fonts/roboto/static/Roboto-Bold.ttf"
              ]
            },
            {
              "fontFamily": "Roboto",
              "fontStretch": "",
              "fontStyle": "normal",
              "fontWeight": "800",
              "src": [
                "file:./assets/fonts/roboto/static/Roboto-ExtraBold.ttf"
              ]
            },
            {
              "fontFamily": "Roboto",
              "fontStretch": "",
              "fontStyle": "normal",
              "fontWeight": "900",
              "src": [
                "file:./assets/fonts/roboto/static/Roboto-Black.ttf"
              ]
            }
          ],
          "fontFamily": "\"Roboto\", sans-serif",
          "name": "Roboto",
          "slug": "roboto"
        }
      ],
      "fontSizes": [
        {
          "name": "X Small",
          "size": "clamp(12px, 1.5vw, 14px)",
          "slug": "x-small",
          "fluid": {
            "min": "12px",
            "max": "14px"
          }
        },
        {
          "name": "Small",
          "size": "clamp(14px, 1.6vw, 16px)",
          "slug": "small",
          "fluid": {
            "min": "14px",
            "max": "16px"
          }
        },
        {
          "name": "Medium",
          "size": "clamp(16px, 1.8vw, 18px)",
          "slug": "medium",
          "fluid": {
            "min": "16px",
            "max": "18px"
          }
        },
        {
          "name": "Large",
          "size": "clamp(18px, 2.2vw, 20px)",
          "slug": "large",
          "fluid": {
            "min": "20px",
            "max": "22px"
          }
        },
        {
          "name": "X Large",
          "size": "clamp(24px, 3vw, 28px)",
          "slug": "x-large",
          "fluid": {
            "min": "24px",
            "max": "28px"
          }
        },
        {
          "name": "XX Large",
          "size": "clamp(28px, 3.6vw, 36px)",
          "slug": "xx-large",
          "fluid": {
            "min": "28px",
            "max": "36px"
          }
        },
        {
          "name": "XXX Large",
          "size": "clamp(36px, 4.8vw, 48px)",
          "slug": "xxx-large",
          "fluid": {
            "min": "36px",
            "max": "48px"
          }
        },
        {
          "name": "XXXX Large",
          "size": "clamp(48px, 7.2vw, 72px)",
          "slug": "xxxx-large",
          "fluid": {
            "min": "48px",
            "max": "72px"
          }
        }
      ]
    },
    "layout": {
      "contentSize": "1170px",
      "wideSize": "1400px"
    },
    "spacing": {
	  "blockGap": true,
	  "margin": true,
	  "padding": true,
      "spacingScale": {
        "operator": "*",
        "increment": 0,
        "steps": 0,
        "mediumStep": 0,
        "unit": "px"
      },
      "spacingSizes": [
        {
          "name": "XX Small",
          "slug": "xx-small",
          "size": "8px"
        },
        {
          "name": "X Small",
          "slug": "x-small",
          "size": "15px"
        },
        {
          "name": "Small",
          "slug": "small",
          "size": "24px"
        },
        {
          "name": "Medium",
          "slug": "medium",
          "size": "32px"
        },
        {
          "name": "Large",
          "slug": "large",
          "size": "48px"
        },
        {
          "name": "X Large",
          "slug": "x-large",
          "size": "64px"
        },
        {
          "name": "XX Large",
          "slug": "xx-large",
          "size": "96px"
        }
      ],
      "units": [
        "%",
        "px",
        "em",
        "rem",
        "vh",
        "vw"
      ],
      "customSpacingSize": true
    },
    "useRootPaddingAwareAlignments": true
  },
  "styles": {
    "elements": {
      "button": {
        "typography": {
          "fontSize": "var(--wp--preset--font-size--small)",
          "fontWeight": "var(--wp--custom--font-weight--medium)",
          "lineHeight": "var(--wp--custom--line-height--initial)"
        },
        "color": {
          "background": "var(--wp--preset--color--accent)",
          "text": "var(--wp--preset--color--accent-text)"
        },
        "border": {
          "radius": "0px",
          "color": "var(--wp--preset--color--primary)"
        },
        ":hover": {
          "color": {
            "text": "#ffffff",
            "background": "var(--wp--preset--color--hover)"
          }
        },
        ":focus": {
          "color": {
            "text": "#ffffff",
            "background": "var(--wp--preset--color--hover)"
          }
        },
        ":active": {
          "color": {
            "text": "#ffffff",
            "background": "var(--wp--preset--color--hover)"
          }
        }
      },
      "h1": {
        "typography": {
          "fontSize": "var(--wp--preset--font-size--xxxx-large)",
          "fontWeight": "var(--wp--custom--font-weight--semi-bold)",
          "lineHeight": "var(--wp--custom--line-height--xx-small)",
          "letterSpacing": "-2px"
        },
        "color": {
          "text": "var(--wp--preset--color--heading)"
        },
        "spacing": {
          "margin": {
            "bottom": "var(--wp--preset--spacing--small)"
          }
        }
      },
      "h2": {
        "typography": {
          "fontSize": "var(--wp--preset--font-size--xxx-large)",
          "fontWeight": "var(--wp--custom--font-weight--semi-bold)",
          "lineHeight": "var(--wp--custom--line-height--xx-small)",
          "letterSpacing": "-1px"
        },
        "color": {
          "text": "var(--wp--preset--color--heading)"
        },
        "spacing": {
          "margin": {
            "top": "var(--wp--preset--spacing--medium)",
            "bottom": "var(--wp--preset--spacing--x-small)"
          }
        }
      },
      "h3": {
        "typography": {
          "fontSize": "var(--wp--preset--font-size--xx-large)",
          "fontWeight": "var(--wp--custom--font-weight--semi-bold)",
          "lineHeight": "var(--wp--custom--line-height--x-small)",
          "letterSpacing": "-0.5px"
        },
        "color": {
          "text": "var(--wp--preset--color--heading)"
        },
        "spacing": {
          "margin": {
            "top": "var(--wp--preset--spacing--medium)",
            "bottom": "var(--wp--preset--spacing--x-small)"
          }
        }
      },
      "h4": {
        "typography": {
          "fontSize": "var(--wp--preset--font-size--x-large)",
          "fontWeight": "var(--wp--custom--font-weight--semi-bold)",
          "lineHeight": "var(--wp--custom--line-height--x-small)",
          "letterSpacing": "-0.25px"
        },
        "color": {
          "text": "var(--wp--preset--color--heading)"
        },
        "spacing": {
          "margin": {
            "top": "var(--wp--preset--spacing--small)",
            "bottom": "var(--wp--preset--spacing--xx-small)"
          }
        }
      },
      "h5": {
        "typography": {
          "fontSize": "var(--wp--preset--font-size--large)",
          "fontWeight": "var(--wp--custom--font-weight--medium)",
          "lineHeight": "var(--wp--custom--line-height--medium)"
        },
        "color": {
          "text": "var(--wp--preset--color--heading)"
        },
        "spacing": {
          "margin": {
            "top": "var(--wp--preset--spacing--small)",
            "bottom": "var(--wp--preset--spacing--xx-small)"
          }
        }
      },
      "h6": {
        "typography": {
          "fontSize": "var(--wp--preset--font-size--medium)",
          "fontWeight": "var(--wp--custom--font-weight--medium)",
          "lineHeight": "var(--wp--custom--line-height--medium)"
        },
        "color": {
          "text": "var(--wp--preset--color--heading)"
        },
        "spacing": {
          "margin": {
            "top": "var(--wp--preset--spacing--x-small)",
            "bottom": "var(--wp--preset--spacing--xx-small)"
          }
        }
      },
      "link": {
        "color": {
          "text": "inherit"
        },
        "typography": {
          "textDecoration": "underline"
        },
        ":hover": {
          "color": {
            "text": "var(--wp--preset--color--hover)"
          }
        },
        ":focus": {
          "color": {
            "text": "var(--wp--preset--color--hover)"
          }
        }
      }
    },
    "blocks": {
  	"core/site-title": {
  	    "typography": {
  	      "fontSize": "var(--wp--preset--font-size--medium)",
  	      "fontWeight": "var(--wp--custom--font-weight--semi-bold)",
  	      "lineHeight": "var(--wp--custom--line-height--large)",
  	      "letterSpacing": "0"
  	    },
  	    "spacing": {
  	      "margin": {
  	        "top": "0",
  	        "bottom": "0"
  	      }
  	    },
        "elements": {
          "link": {
            "typography": {
              "textDecoration": "none"
            }
          }
        }
  	  },
      "core/navigation": {
        "elements": {
          "link": {
            "typography": {
              "textDecoration": "none"
            }
          }
        },
        "typography": {
          "fontSize": "var(--wp--preset--font-size--small)",
          "fontWeight": "var(--wp--custom--font-weight--regular)",
          "lineHeight": "var(--wp--custom--line-height--large)",
          "letterSpacing": "0.25px"
        },
        "spacing": {
          "blockGap": "var(--wp--preset--spacing--small)"
        }
      },
      "core/search": {
        "typography": {
          "fontSize": "var(--wp--preset--font-size--medium)",
          "lineHeight": "var(--wp--custom--line-height--initial)",
          "fontWeight": "var(--wp--custom--font-weight--regular)"
        },
        "color": {
          "text": "var(--wp--preset--color--body)"
        }
      },
      "core/post-author": {
        "typography": {
          "fontSize": "var(--wp--preset--font-size--x-small)"
        }
      },
      "core/post-date": {
        "typography": {
          "fontSize": "var(--wp--preset--font-size--x-small)"
        },
        "elements": {
          "link": {
            "typography": {
              "textDecoration": "none"
            }
          }
        }
      },
      "core/post-terms": {
        "typography": {
          "fontSize": "var(--wp--preset--font-size--x-small)"
        },
        "elements": {
          "link": {
            "typography": {
              "textDecoration": "none"
            }
          }
        }
      },
      "core/post-title": {
        "elements": {
          "link": {
            "typography": {
              "textDecoration": "none"
            }
          }
        }
      },
      "core/comment-author-name": {
        "elements": {
          "link": {
            "typography": {
              "textDecoration": "none"
            }
          }
        }
      },
      "core/comment-date": {
        "typography": {
          "fontSize": "var(--wp--preset--font-size--small)"
        },
        "elements": {
          "link": {
            "typography": {
              "textDecoration": "none"
            }
          }
        }
      },
      "core/comments-pagination": {
        "elements": {
          "link": {
            "typography": {
              "textDecoration": "none"
            }
          }
        }
      },
      "core/pullquote": {
        "color": {
          "text": "var(--wp--preset--color--body)"
        }
      },
      "core/quote": {
        "color": {
          "text": "var(--wp--preset--color--body)"
        }
      },
      "core/query-pagination": {
        "elements": {
          "link": {
            "typography": {
              "textDecoration": "none"
            }
          }
        }
      },
      "core/archives": {
        "elements": {
          "link": {
            "typography": {
              "textDecoration": "none"
            }
          }
        }
      },
      "core/categories": {
        "elements": {
          "link": {
            "typography": {
              "textDecoration": "none"
            }
          }
        }
      },
      "core/latest-posts": {
        "elements": {
          "link": {
            "typography": {
              "textDecoration": "none"
            }
          }
        }
      },
      "core/tag-cloud": {
        "elements": {
          "link": {
            "typography": {
              "textDecoration": "none"
            }
          }
        }
      },
      "core/cover": {
        "spacing": {
          "margin": {
            "top": "0",
            "bottom": "0"
          }
        }
      }
    },
    "spacing": {
      "blockGap": "var(--wp--preset--spacing--x-small)",
      "padding": {
        "right": "15px",
        "left": "15px"
      }
    },
    "typography": {
      "fontSize": "var(--wp--preset--font-size--small)",
      "fontFamily": "var(--wp--preset--font-family--body)",
      "fontWeight": "var(--wp--custom--font-weight--regular)",
      "lineHeight": "var(--wp--custom--line-height--large)"
    },
    "color": {
      "background": "var(--wp--preset--color--accent-text)",
      "text": "var(--wp--preset--color--secondary-accent-text)"
    }
  }
}