{
  "$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": {
    "custom": {
      "border": {
        "radius": "4px"
      },
      "heading": {
        "fontVariationSettings": "\"wdth\" 125"
      },
      "button": {
        "fontVariationSettings": "\"wdth\" 125"
      },
      "image": {
        "borderRadius": "40px"
      },
      "inlineImage": {
        "maxHeight": "0.8em"
      }
    },
    "typography": {
      "fontFamilies": [
        {
          "fontFamily": "Mona Sans,var(--wp--preset--font-family--sans-serif)",
          "name": "Mona Sans",
          "slug": "mona-sans",
          "fontFace": [
            {
              "fontFamily": "Mona Sans",
              "fontStyle": "normal",
              "fontStretch": "normal",
              "fontDisplay": "swap",
              "fontWeight": "100 900",
              "src": [
                "file:./assets/fonts/mona-sans.woff2"
              ]
            }
          ]
        }
      ]
    }
  },
  "styles": {
    "typography": {
      "fontFamily": "var(--wp--preset--font-family--mona-sans)",
      "fontSize": "var(--wp--preset--font-size--20)"
    },
    "elements": {
      "button": {
        "border": {
          "radius": "99px"
        }
      },
      "heading": {
        "typography": {
          "fontWeight": "var(--wp--custom--font-weight--black)",
          "textTransform": "uppercase"
        }
      }
    }
  }
}
