{
  "$schema": "https://schemas.wp.org/trunk/theme.json",
  "version": 2,
  "customTemplates": [
    {
      "title": "Blank",
      "name": "blank",
      "postTypes": [
        "page",
        "post"
      ]
    },
    {
      "title": "Full Width",
      "name": "full-width",
      "postTypes": [
        "page",
        "post"
      ]
    }
  ],
  "templateParts": [
    {
      "area": "header",
      "name": "header",
      "title": "Header"
    },
    {
      "area": "footer",
      "name": "footer",
      "title": "Footer"
    }
  ],
  "settings": {
    "layout": {
      "contentSize": "min(calc((100vw - var(--scrollbar-width,0px)) - var(--wp--preset--spacing--lg,3rem)), 768px)",
      "wideSize": "min(calc((100vw - var(--scrollbar-width,0px)) - var(--wp--preset--spacing--lg,3rem)), 1152px)"
    },
    "appearanceTools": true,
    "border": {
      "color": true,
      "radius": true,
      "style": true,
      "width": true
    },
    "custom": {
      "border": {
        "width": "1px",
        "style": "solid",
        "color": "var(--wp--preset--color--custom-outline,var(--wp--preset--color--outline))",
        "radius": "33px"
      },
      "boxShadow": {
        "inset": "",
        "x": "0",
        "y": "10px",
        "blur": "30px",
        "spread": "0",
        "color": "var(--wp--preset--color--shadow)",
        "hover": {
          "inset": "",
          "y": "6px"
        }
      },
      "fontWeight": {
        "black": 900,
        "extraBold": 800,
        "bold": 700,
        "semiBold": 600,
        "medium": 500,
        "regular": 400,
        "light": 300,
        "extraLight": 200,
        "thin": 100
      },
      "transition": "all 0.2s ease",
      "darkMode": {
        "palette": {
          "foreground": "#ffffff",
          "body": "#ddd",
          "outline": "#535866",
          "background": "#121319"
        }
      },
      "surface": {
        "borderColor": "transparent",
        "borderWidth": "0px",
        "backdropFilter": "",
        "boxShadow": "none",
        "borderRadius": "var(--wp--custom--border--radius)",
        "background": "var(--wp--preset--color--surface)"
      },
      "buttonOutline": {
        "color": "var(--wp--preset--color--foreground,inherit)",
        "borderWidth": "1px"
      },
      "strong": {
        "fontWeight": "600"
      },
      "surfaceOverlay": {
        "background": "var(--wp--preset--color--background)",
        "opacity": "0.5"
      },
      "inlineImage": {
        "maxHeight": "0.8em"
      }
    },
    "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",
          "slug": "xxs",
          "size": "clamp(8px,1vw,10px)"
        },
        {
          "name": "XS",
          "slug": "xs",
          "size": "var(--wp--preset--font-size--20)"
        },
        {
          "name": "S",
          "slug": "sm",
          "size": "var(--wp--preset--font-size--30)"
        },
        {
          "name": "M",
          "slug": "md",
          "size": "var(--wp--preset--font-size--42)"
        },
        {
          "name": "L",
          "slug": "lg",
          "size": "var(--wp--preset--font-size--60)"
        },
        {
          "name": "XL",
          "slug": "xl",
          "size": "var(--wp--preset--font-size--81)"
        },
        {
          "name": "XXL",
          "slug": "xxl",
          "size": "clamp(81px,12vw,120px)"
        }
      ]
    },
    "color": {
      "customDuotone": true,
      "customGradient": true,
      "defaultGradients": true,
      "defaultPalette": false,
      "link": true,
      "palette": [
        {
          "color": "#121319",
          "name": "Foreground",
          "slug": "foreground"
        },
        {
          "color": "#535866",
          "name": "Body",
          "slug": "body"
        },
        {
          "color": "#eee",
          "name": "Outline",
          "slug": "outline"
        },
        {
          "color": "#fff",
          "name": "Background",
          "slug": "background"
        },
        {
          "color": "currentColor",
          "name": "Current Color",
          "slug": "currentColor"
        },
        {
          "color": "inherit",
          "name": "Inherit",
          "slug": "inherit"
        },
        {
          "color": "transparent",
          "name": "Transparent",
          "slug": "transparent"
        }
      ],
      "gradients": [
        {
          "gradient": "linear-gradient(0deg,var(--wp--preset--color--background,#fff) 1%, transparent 99%)",
          "name": "Background Transparent Blur",
          "slug": "background-transparent-blur"
        },
        {
          "slug": "transparent-background-blur",
          "name": "Transparent Background Blur",
          "gradient": "linear-gradient(-180deg,var(--wp--preset--color--background,#fff) 1%, transparent 99%)"
        },
        {
          "slug": "transparent-foreground",
          "name": "Transparent Foreground",
          "gradient": "linear-gradient(-180deg,transparent 0%, transparent 50%, var(--wp--preset--color--foreground) 50%, var(--wp--preset--color--foreground) 100%)"
        }
      ]
    },
    "typography": {
      "customFontSize": true,
      "dropCap": true,
      "lineHeight": true,
      "fluid": false,
      "fontSizes": [
        {
          "name": "90px",
          "slug": "90",
          "size": "clamp(60px,9vw,90px)",
          "fluid": {
            "min": "60px",
            "max": "90px"
          }
        },
        {
          "name": "81px",
          "slug": "81",
          "size": "clamp(54px,8.1vw,81px)",
          "fluid": {
            "min": "54px",
            "max": "81px"
          }
        },
        {
          "name": "72px",
          "slug": "72",
          "size": "clamp(51px,7.2vw,72px)",
          "fluid": {
            "min": "51px",
            "max": "72px"
          }
        },
        {
          "name": "60px",
          "slug": "60",
          "size": "clamp(45px,6vw,60px)",
          "fluid": {
            "min": "45px",
            "max": "60px"
          }
        },
        {
          "name": "54px",
          "slug": "54",
          "size": "clamp(42px,6vw,54px)",
          "fluid": {
            "min": "42px",
            "max": "54px"
          }
        },
        {
          "name": "48px",
          "slug": "48",
          "size": "clamp(36px,4.8vw,48px)",
          "fluid": {
            "min": "36px",
            "max": "48px"
          }
        },
        {
          "name": "42px",
          "slug": "42",
          "size": "clamp(27px,4.2vw,42px)",
          "fluid": {
            "min": "36px",
            "max": "42px"
          }
        },
        {
          "name": "36px",
          "slug": "36",
          "size": "clamp(24px,3.6vw,36px)",
          "fluid": {
            "min": "30px",
            "max": "36px"
          }
        },
        {
          "name": "30px",
          "slug": "30",
          "size": "clamp(21px,3vw,30px)",
          "fluid": {
            "min": "24px",
            "max": "30px"
          }
        },
        {
          "name": "24px",
          "slug": "24",
          "size": "clamp(20px,2.4vw,24px)",
          "fluid": {
            "min": "21px",
            "max": "24px"
          }
        },
        {
          "name": "20px",
          "slug": "20",
          "size": "clamp(18px,2vw,20px)",
          "fluid": {
            "min": "18px",
            "max": "20px"
          }
        },
        {
          "name": "18px",
          "slug": "18",
          "size": "clamp(16px,1.8vw,18px)",
          "fluid": {
            "min": "17px",
            "max": "18px"
          }
        },
        {
          "name": "16px",
          "slug": "16",
          "size": "clamp(14px,1.6vw,16px)",
          "fluid": {
            "min": "15px",
            "max": "16px"
          }
        },
        {
          "name": "14px",
          "slug": "14",
          "size": "clamp(12px,1.4vw,14px)",
          "fluid": {
            "min": "13px",
            "max": "14px"
          }
        }
      ],
      "fontFamilies": [
        {
          "fontFamily": "Unbounded,var(--wp--preset--font-family--sans-serif)",
          "name": "Unbounded",
          "slug": "unbounded",
          "fontFace": [
            {
              "fontFamily": "Unbounded",
              "fontStyle": "normal",
              "fontStretch": "normal",
              "fontDisplay": "swap",
              "fontWeight": "100 900",
              "src": [
                "file:./assets/fonts/unbounded.woff2"
              ]
            }
          ]
        }
      ]
    }
  },
  "styles": {
    "color": {
      "background": "var(--wp--preset--color--background)",
      "text": "var(--wp--preset--color--body)"
    },
    "spacing": {
      "blockGap": "var(--wp--preset--spacing--sm)"
    },
    "typography": {
      "fontFamily": "var(--wp--preset--font-family--unbounded)",
      "fontSize": "var(--wp--preset--font-size--24)",
      "fontWeight": "var(--wp--custom--font-weight--regular)",
      "lineHeight": "1.5"
    },
    "elements": {
      "button": {
        "border": {
          "width": "0px",
          "radius": "99px"
        },
        "color": {
          "text": "var(--wp--preset--color--background)",
          "background": "var(--wp--preset--color--foreground)"
        },
        "spacing": {
          "padding": {
            "top": "0.9em",
            "right": "1.3em",
            "bottom": "0.9em",
            "left": "1.3em"
          }
        },
        "typography": {
          "fontSize": "16px",
          "fontWeight": "var(--wp--custom--font-weight--regular)",
          "lineHeight": "inherit"
        }
      },
      "heading": {
        "typography": {
          "fontWeight": "var(--wp--custom--font-weight--black)",
          "lineHeight": "1.2",
          "letterSpacing": "-0.01em"
        },
        "color": {
          "text": "var(--wp--preset--color--foreground)"
        }
      },
      "h1": {
        "typography": {
          "fontSize": "var(--wp--preset--font-size--81)"
        }
      },
      "h2": {
        "typography": {
          "fontSize": "var(--wp--preset--font-size--60)"
        }
      },
      "h3": {
        "typography": {
          "fontSize": "var(--wp--preset--font-size--48)"
        }
      },
      "h4": {
        "typography": {
          "fontSize": "var(--wp--preset--font-size--30)"
        }
      },
      "h5": {
        "typography": {
          "fontSize": "var(--wp--preset--font-size--24)"
        }
      },
      "h6": {
        "typography": {
          "fontSize": "var(--wp--preset--font-size--20)"
        }
      },
      "link": {
        "color": {
          "text": "inherit"
        },
        "typography": {
          "textDecoration": "underline"
        },
        ":hover": {
          "color": {
            "text": "var(--wp--preset--color--primary)"
          }
        },
        ":focus": {
          "color": {
            "text": "var(--wp--preset--color--primary)"
          }
        }
      }
    },
    "blocks": {
      "core/buttons": {
        "spacing": {
          "blockGap": "var(--wp--preset--spacing--sm)"
        }
      },
      "core/code": {
        "border": {
          "width": "0px",
          "radius": "var(--wp--custom--border--radius)"
        },
        "color": {
          "background": "var(--wp--preset--color--surface)"
        },
        "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": {
          "fontSize": "var(--wp--preset--font-size--16)"
        }
      },
      "core/column": {
        "border": {
          "radius": "var(--wp--custom--border--radius, inherit)"
        }
      },
      "core/columns": {
        "border": {
          "radius": "var(--wp--custom--border--radius)"
        },
        "spacing": {
          "margin": {
            "bottom": "0"
          }
        }
      },
      "core/cover": {
        "border": {
          "radius": "var(--wp--custom--border--radius, inherit)"
        },
        "spacing": {
          "margin": {
            "top": "0",
            "bottom": "0"
          }
        }
      },
      "core/group": {
        "spacing": {
          "margin": {
            "top": "0px",
            "bottom": "0px"
          }
        }
      },
      "core/image": {
        "border": {
          "radius": "var(--wp--custom--border--radius, inherit)"
        },
        "spacing": {
          "margin": {
            "top": "0",
            "right": "0",
            "bottom": "0",
            "left": "0"
          },
          "padding": {
            "top": "0",
            "right": "0",
            "bottom": "0",
            "left": "0"
          }
        }
      },
      "core/list": {
        "border": {
          "radius": "var(--wp--custom--border--radius)"
        }
      },
      "core/navigation": {
        "spacing": {
          "blockGap": "1em"
        },
        "typography": {
          "fontWeight": "var(--wp--custom--font-weight--regular)",
          "textTransform": "uppercase"
        }
      },
      "core/page-list": {
        "spacing": {
          "blockGap": "var(--wp--preset--spacing--sm)"
        }
      },
      "core/post-author": {
        "border": {
          "radius": "999px"
        }
      },
      "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": "var(--wp--preset--spacing--sm)"
        }
      },
      "core/post-terms": {
        "spacing": {
          "margin": {
            "bottom": "0em"
          }
        },
        "typography": {
          "textDecoration": "none",
          "fontSize": "var(--wp--preset--font-size--16)"
        }
      },
      "core/post-title": {
        "color": {
          "text": "var(--wp--preset--color--foreground)"
        }
      },
      "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": "var(--wp--custom--border--width)"
          }
        },
        "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"
          }
        }
      },
      "core/separator": {
        "border": {
          "color": "currentColor !important"
        }
      },
      "core/site-logo": {
        "color": {
          "text": "var(--wp--preset--color--foreground)"
        }
      },
      "core/site-title": {
        "color": {
          "text": "var(--wp--preset--color--foreground)"
        },
        "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--surface)"
        }
      }
    }
  }
}
