{
  "$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 - 40px), 800px)",
      "wideSize": "min(calc(100vw - 40px), 1200px)"
    },
    "appearanceTools": true,
    "border": {
      "color": true,
      "radius": true,
      "style": true,
      "width": true
    },
    "custom": {
      "border": {
        "width": "1px",
        "style": "solid",
        "color": "var(--wp--preset--color--neutral-light)",
        "radius": "5px"
      },
      "fontWeight": {
        "black": 900,
        "extraBold": 800,
        "bold": 700,
        "semiBold": 600,
        "medium": 500,
        "regular": 400,
        "light": 300,
        "extraLight": 200,
        "thin": 100
      },
      "boxShadow": {
        "inset": "",
        "x": "0px",
        "y": "3px",
        "blur": "10px",
        "spread": "0px",
        "color": "var(--wp--preset--color--primary-light, var(--wp--preset--color--neutral-light))"
      },
      "checklist": {
        "background": "currentColor"
      },
      "subHeading": {
        "fontSize": "var(--wp--preset--font-size--14)",
        "lineHeight": "1",
        "fontWeight": "var(--wp--custom--font-weight--bold)",
        "textTransform": "uppercase",
        "letterSpacing": "var(--wp--preset--spacing--xs)"
      },
      "transition": "all 0.2s ease",
      "buttonOutline": {
        "color": "var(--wp--preset--color--primary)"
      }
    },
    "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": "XX Small",
          "slug": "xxs",
          "size": "calc(var(--wp--preset--font-size--20,1rem)/4)"
        },
        {
          "name": "X Small",
          "slug": "xs",
          "size": "calc(var(--wp--preset--font-size--20,1rem)/2)"
        },
        {
          "name": "Small",
          "slug": "sm",
          "size": "var(--wp--preset--font-size--20,1rem)"
        },
        {
          "name": "Medium",
          "slug": "md",
          "size": "calc(var(--wp--preset--font-size--20,1rem)*2)"
        },
        {
          "name": "Large",
          "slug": "lg",
          "size": "calc(var(--wp--preset--font-size--20,1rem)*4)"
        },
        {
          "name": "X Large",
          "slug": "xl",
          "size": "calc(var(--wp--preset--font-size--20,1rem)*8)"
        },
        {
          "name": "XX Large",
          "slug": "xxl",
          "size": "calc(var(--wp--preset--font-size--20,1rem)*16)"
        }
      ]
    },
    "color": {
      "customDuotone": true,
      "customGradient": true,
      "defaultGradients": true,
      "defaultPalette": false,
      "link": true,
      "palette": [
        {
          "color": "#213fd4",
          "name": "Primary Dark",
          "slug": "primary-dark"
        },
        {
          "color": "#3858e9",
          "name": "Primary",
          "slug": "primary"
        },
        {
          "color": "#ebeefd",
          "name": "Primary Light",
          "slug": "primary-light"
        },
        {
          "color": "#26dd69",
          "name": "Secondary Dark",
          "slug": "secondary-dark"
        },
        {
          "color": "#33f078",
          "name": "Secondary",
          "slug": "secondary"
        },
        {
          "color": "#cdffe0",
          "name": "Secondary Light",
          "slug": "secondary-light"
        },
        {
          "color": "#151929",
          "name": "Black",
          "slug": "black"
        },
        {
          "color": "#1d243c",
          "name": "Neutral Darker",
          "slug": "neutral-darker"
        },
        {
          "color": "#3f4c7c",
          "name": "Neutral Dark",
          "slug": "neutral-dark"
        },
        {
          "color": "#d0d4e3",
          "name": "Neutral light",
          "slug": "neutral-light"
        },
        {
          "color": "#f6f6f9",
          "name": "Neutral Lighter",
          "slug": "neutral-lighter"
        },
        {
          "color": "#ffffff",
          "name": "White",
          "slug": "white"
        },
        {
          "color": "currentColor",
          "name": "Current Color",
          "slug": "currentColor"
        },
        {
          "color": "inherit",
          "name": "Inherit",
          "slug": "inherit"
        },
        {
          "color": "transparent",
          "name": "Transparent",
          "slug": "transparent"
        }
      ],
      "gradients": [
        {
          "gradient": "linear-gradient(135deg,var(--wp--preset--color--primary) 0%,var(--wp--preset--color--primary-dark) 100%)",
          "name": "Primary Dark",
          "slug": "primary-dark"
        },
        {
          "gradient": "linear-gradient(135deg,var(--wp--preset--color--neutral-dark) 0%,var(--wp--preset--color--black) 100%)",
          "name": "Black Dark",
          "slug": "black-dark"
        },
        {
          "gradient": "linear-gradient(135deg,var(--wp--preset--color--white) 0%,var(--wp--preset--color--neutral-light) 100%)",
          "name": "White Light",
          "slug": "white-light"
        },
        {
          "gradient": "linear-gradient(0deg,var(--wp--preset--color--white) 50%,transparent 50%)",
          "name": "White Transparent",
          "slug": "white-transparent"
        }
      ]
    },
    "typography": {
      "customFontSize": true,
      "dropCap": true,
      "lineHeight": true,
      "fluid": true,
      "fontSizes": [
        {
          "name": "72px",
          "size": "clamp(48px, 6.6vw, 72px)",
          "slug": "72",
          "fluid": {
            "min": "48px",
            "max": "72px"
          }
        },
        {
          "name": "60px",
          "size": "clamp(36px, 4.8vw, 60px)",
          "slug": "60",
          "fluid": {
            "min": "36px",
            "max": "60px"
          }
        },
        {
          "name": "48px",
          "size": "clamp(30px, 3.6vw, 48px)",
          "slug": "48",
          "fluid": {
            "min": "30px",
            "max": "48px"
          }
        },
        {
          "name": "36px",
          "size": "clamp(24px, 3vw, 36px)",
          "slug": "36",
          "fluid": {
            "min": "24px",
            "max": "36px"
          }
        },
        {
          "name": "30px",
          "size": "clamp(22px, 2.4vw, 30px)",
          "slug": "30",
          "fluid": {
            "min": "22px",
            "max": "30px"
          }
        },
        {
          "name": "24px",
          "size": "clamp(20px, 2vw, 24px)",
          "slug": "24",
          "fluid": {
            "min": "20px",
            "max": "24px"
          }
        },
        {
          "name": "20px",
          "size": "clamp(18px, 1.8vw, 20px)",
          "slug": "20",
          "fluid": {
            "min": "18px",
            "max": "20px"
          }
        },
        {
          "name": "18px",
          "size": "clamp(16px, 1.6vw, 18px)",
          "slug": "18",
          "fluid": {
            "min": "16px",
            "max": "18px"
          }
        },
        {
          "name": "16px",
          "size": "clamp(14px, 1.6vw, 16px)",
          "slug": "16",
          "fluid": {
            "min": "14px",
            "max": "16px"
          }
        },
        {
          "name": "14px",
          "size": "clamp(13px, 1.4vw, 14px)",
          "slug": "14",
          "fluid": {
            "min": "13px",
            "max": "14px"
          }
        }
      ]
    }
  },
  "styles": {
    "color": {
      "background": "var(--wp--preset--color--white)",
      "text": "var(--wp--preset--color--neutral-dark)"
    },
    "spacing": {
      "blockGap": "var(--wp--preset--spacing--sm)"
    },
    "typography": {
      "fontFamily": "var(--wp--preset--font-family--sans-serif)",
      "fontSize": "var(--wp--preset--font-size--20)",
      "fontWeight": "var(--wp--custom--font-weight--regular)",
      "lineHeight": "1.5"
    },
    "elements": {
      "button": {
        "border": {
          "width": "0px",
          "radius": "var(--wp--custom--border--radius, inherit)"
        },
        "color": {
          "text": "#fff",
          "background": "var(--wp--preset--color--primary, var(--wp--preset--color--neutral-dark))"
        },
        "spacing": {
          "padding": {
            "top": "0.9em",
            "right": "1.2em",
            "bottom": "0.9em",
            "left": "1.2em"
          }
        },
        "typography": {
          "fontSize": "var(--wp--preset--font-size--18)",
          "fontWeight": "var(--wp--custom--font-weight--semi-bold)",
          "lineHeight": "1"
        }
      },
      "heading": {
        "typography": {
          "fontWeight": "var(--wp--custom--font-weight--semi-bold)",
          "lineHeight": "1.2",
          "letterSpacing": "-0.02em"
        },
        "color": {
          "text": "var(--wp--preset--color--neutral-darker)"
        }
      },
      "h1": {
        "typography": {
          "fontSize": "var(--wp--preset--font-size--60)"
        }
      },
      "h2": {
        "typography": {
          "fontSize": "var(--wp--preset--font-size--48)"
        }
      },
      "h3": {
        "typography": {
          "fontSize": "var(--wp--preset--font-size--36)"
        }
      },
      "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, var(--wp--preset--color--neutral-dark))"
          }
        },
        ":focus": {
          "color": {
            "text": "var(--wp--preset--color--primary, var(--wp--preset--color--neutral-dark))"
          }
        }
      }
    },
    "blocks": {
      "core/button": {},
      "core/code": {
        "border": {
          "width": "0px",
          "radius": "var(--wp--custom--border--radius)"
        },
        "color": {
          "background": "var(--wp--preset--color--neutral-light)"
        }
      },
      "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": {
        "spacing": {
          "margin": {
            "top": "0",
            "bottom": "0"
          }
        }
      },
      "core/group": {
        "spacing": {
          "margin": {
            "top": "0px",
            "bottom": "0px"
          }
        }
      },
      "core/image": {
        "spacing": {
          "margin": {
            "top": "0",
            "right": "0",
            "bottom": "0",
            "left": "0"
          },
          "padding": {
            "top": "0",
            "right": "0",
            "bottom": "0",
            "left": "0"
          }
        }
      },
      "core/list": {
        "typography": {
          "lineHeight": "1.5"
        }
      },
      "core/navigation": {
        "spacing": {
          "margin": {
            "top": "0px",
            "right": "auto",
            "bottom": "0px",
            "left": "auto"
          },
          "blockGap": "0"
        },
        "typography": {
          "fontSize": "var(--wp--preset--font-size--16)",
          "fontWeight": "var(--wp--custom--font-weight--medium)"
        }
      },
      "core/navigation-link": {
        "typography": {
          "fontWeight": "var(--wp--custom--font-weight--medium)"
        }
      },
      "core/page-list": {
        "spacing": {
          "blockGap": "var(--wp--preset--spacing--sm)"
        }
      },
      "core/paragraph": {
        "spacing": {
          "margin": {
            "top": "0",
            "bottom": "var(--wp--preset--spacing--sm)"
          }
        },
        "typography": {
          "lineHeight": "var(--wp--custom--line-height--text)"
        }
      },
      "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--neutral-darker)"
        }
      },
      "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)",
            "right": "var(--wp--style--block-gap)",
            "bottom": "var(--wp--style--block-gap)",
            "left": "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--neutral-darker)"
        }
      },
      "core/site-title": {
        "color": {
          "text": "var(--wp--preset--color--neutral-darker)"
        },
        "spacing": {
          "margin": {
            "bottom": "0"
          }
        },
        "typography": {
          "textDecoration": "none",
          "fontWeight": "var(--wp--custom--font-weight--semi-bold)"
        }
      },
      "core/social-links": {
        "color": {
          "text": "var(--wp--preset--color--neutral)"
        },
        "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-light)"
        }
      }
    }
  }
}
